Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Releases: veliovgroup/Meteor-CRON-jobs

v2.0.0

28 Dec 21:23
Compare
Choose a tag to compare
  • Remove obsolete dependencies, now it depends form only 1 package - ecmascript
  • Move codebase to ES6 from CoffeeScript
  • Move core-package to NPM
  • ES6 import style only, no littering in global space name

v1.0.8

25 Nov 04:01
Compare
Choose a tag to compare
  • Fix potential memory leak
  • Second parameter of setTimeout, setInterval and setImmediate now is optional
  • Use Meteor.setInterval instead of Meteor.setTimeout in lib codebase

v1.0.7

01 Nov 02:41
Compare
Choose a tag to compare
  • Compatibility with Meteor@1.4.2
  • ES6 modules and import support
  • Codebase updated with efficiency in mind

v1.0.6

27 Mar 22:12
Compare
Choose a tag to compare
  • β€œKill dat zombie!”: new third parameter zombieTime in milliseconds, after that time task will be interpreted as zombie and killed (executed and refreshed). Useful to rescue task from "zombie mode" in case when ready() wasn't called, exception during runtime was thrown, or caused by bad logic.
  • Overall improvements

v1.0.5

01 Mar 22:21
Compare
Choose a tag to compare
  • Fix when delay wasn’t updated in already added task
  • Add resetOnInit to make sure all old tasks is completed before set new one. Useful when you run only one instance of app, or multiple app instances on one machine, in case machine was reloaded during running task and task is unfinished
  • Efficiency enhancements

v1.0.4

19 Feb 23:54
Compare
Choose a tag to compare
  • Fully refactored to meet requirements and docs (After few days of production testing)
  • API stayed same

v1.0.3

19 Feb 11:39
Compare
Choose a tag to compare
  • minor changes + better wording

v1.0.2

19 Feb 10:34
Compare
Choose a tag to compare
  • minor fix

v1.0.1

19 Feb 04:45
Compare
Choose a tag to compare
  • Pretty message and trace when multiple instances overrides same tasks

v1.0.0

19 Feb 04:30
Compare
Choose a tag to compare
  • Initial (see docs)