All Versions
81
Latest Version
Avg Release Cycle
69 days
Latest Release
1473 days ago

Changelog History
Page 5

  • v0.6.16 Changes

    June 16, 2014
    • fix job queue being processed even when agenda was stopped
    • fix agenda.every method
  • v0.6.15 Changes

    June 11, 2014
    • fix agenda.every overwriting nextRunAt [closes #70]
  • v0.6.14 Changes

    June 06, 2014
    • Added agenda.cancel function
    • Fix more circumstances where jobs re-create after remove
  • v0.6.13 Changes

    June 01, 2014
    • fix jobs resaving after remove [closes #66]
    • fix jobs skipping in line from database querying
  • v0.6.12 Changes

    May 22, 2014
    • update saveJob to allow for pre-set Ids [closes #64]
  • v0.6.11 Changes

    May 19, 2014
    • add job.touch to reset lock lifetime [references #63]
  • v0.6.10 Changes

    May 13, 2014
    • make job saving use agenda._name
  • v0.6.9 Changes

    May 13, 2014
    • add agenda.name config method
    • fix agenda.mongo not being chainable
  • v0.6.8 Changes

    May 06, 2014
    • add graceful job unlocking to stop
  • v0.6.7 Changes

    April 21, 2014
    • Implement, document, and test defaultLockLifetime [@shakefu]