Releases: CleverStack/clever-background-tasks
Releases · CleverStack/clever-background-tasks
Added ability to set interval: false on individual tasks for when you have tasks which are not designed to be run on an interval but rather called via IPC from a Controller
Added ability to set interval: false on individual tasks for when you have tasks which are not designed to be run on an interval but rather called via IPC from a Controller
Latest
- feat(interval): Allow tasks to be setup that don't fire on interval (for use with IPC)
- chore(cleanup): Main class ef193fa
- release(1.0.2): Added ability to set interval: false on individual tasks for when you have tasks which are not designed to be run on an interval but rather called via IPC from a Controller
Refactored background tasks classes and cleanup
- chore(docs): Updated readme
- chore(docs): Added license
- chore(docs): Added Contributing guide
- chore(cleanup): Package.json for release 1.0.1
- refactor(manager): Refactored BackgroundTasks class for the manager process
- feat(task): New background task process class and bin script
New implementation of background tasks for the node-seed 1.0.x
- chore(cleanup): Release 1.0.0
- feat(cleanup): Refactoring the background tasks module
- refactor(module): BackgroundTasks cluster fixes #3 and fixes #4
- feat(ipcProcessing): Implemented IPC Task processing fixes #8
- feat(prompts): Implemented grunt prompts for configuration and adding…
- chore(jshint): Added jshintrc file
- feat(task): Task class is ready for use
- chore(docs): Updated read me
- release(1.0.0): Prepare for release of 1.0.0
Initial Release
0.0.2 Update readme.md