Ironium v2.6.0 Release Notes

Release Date: 2015-07-15 // over 8 years ago
  • 🔄 CHANGED tests that schedule with interval now respect start time.

    ⏱ When scheduling a job to run every 24 hours, it will run at 0:00 starting on the next day.

    ⏱ When scheduling a job to run every 24 hours from the start time. Previously ✅ this was not respected in the test suite.

    ⏱ This allows you to run a job every 24 hours at 5:00 by scheduling with:

    { every: '24h', start: new Date(null, null, null, 5) }