You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refactor to work with node-seed 1.0.x and above
* Refactor locking to use redis-lock and memcache-lock modules instead of custom code
* Refactor background tasks master process to be more of a manager
* Refactor background tasks to run each task in its own separate process (if setting enabled)
* Write new example task
* Update documentation