Skip to content

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

18 Nov 16:22

Choose a tag to compare

  • 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

27 Jun 14:22

Choose a tag to compare

  • 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

25 Jun 19:21

Choose a tag to compare

  • 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

25 Jun 19:16

Choose a tag to compare

0.0.2

Update readme.md