josk

Node.js setInterval and CRON tasks scheduler and manager for horizontally scaled multi-server applications

BSD-3-CLAUSE License

Downloads
3.4K
Stars
35
Committers
2

Bot releases are hidden (Show)

josk - v2.0.3

Published by dr-dimitru over 5 years ago

  • Better and quicker tests
  • Minor codebase update: now MongoDB connection errors are verbose, before it was silenced
  • NPM dev dependencies update
  • Careful use with [email protected].* NPM driver
  • Tested and recommended to use with [email protected] driver
  • Compatibility with [email protected]
josk - v2.0.2

Published by dr-dimitru about 6 years ago

  • 👷‍♂️ Codebase maintenance, minor enhancements
  • 🤝 Compatibility with [email protected].* (native-driver)
  • 👨‍💻 Regular release
josk - v2.0.1

Published by dr-dimitru over 6 years ago

  • Remove dependency on mongodb NPM package, making you free to choose between mongodb@2.* and mongodb@3.*
josk - v2.0.0

Published by dr-dimitru over 6 years ago

  • Compatibility with node@>=8.9.0
  • Compatibility with mongodb@>=3.0.1 (NPM package)
  • NPM dependencies update
  • Package rewritten using ES6 syntax
  • Docs and readme rewritten using ES6 syntax
  • New auto-unit-tests using mocha, covering 90%
  • Overall codebase enhancements
josk - v1.1.0

Published by dr-dimitru about 7 years ago

  • Dependencies update
  • Overall codebase enhancements
  • Should be faster, and more synchronous, basing on the read and write locks of MongoDB
  • Added: onError and onExecuted runtime hooks
  • Added: autoClear option for clearing obsolete tasks
  • Removed {uid: 1, inProgress: 1} compound MongoDB index, you may wish to remove it from DB
  • Docs are updated
josk - v1.0.5

Published by dr-dimitru about 7 years ago

  • Dependencies update
josk - v1.0.4

Published by dr-dimitru over 7 years ago

  • Docs update, typos fixes, thanks to @Cyval
  • Minor codebase enhancements
  • NPM dependencies update
josk - v1.0.3

Published by dr-dimitru over 7 years ago

  • Docs update
  • Dependencies update
  • Regular update
josk - v1.0.2

Published by dr-dimitru over 7 years ago

  • Various minor codebase enhancements
  • Better lint configuration
josk - v1.0.1

Published by dr-dimitru over 7 years ago

  • Code linting
  • Better errors handling
  • Overall codebase enhancements
josk - v1.0.0

Published by dr-dimitru almost 8 years ago

  • Initial