rescheduler 0.2.0
Rescheduler is a library that uses Redis to maintain a task queue of immediate and delayed jobs without any polling. Goals: 1. Light weight. Leave as much control to user as possible. 2. Fast response: no polling, pipe architecture for immediate job response time. 3. No Setup: Can not require extra "maintenance thread" in background. Auto maintained by each and every worker thread.