Skip to content
This repository has been archived by the owner on Aug 8, 2019. It is now read-only.

Scheduled Jobs and Common Logging

Compare
Choose a tag to compare
@sodabrew sodabrew released this 31 Jul 21:17
· 105 commits to master since this release

New

Per-queue cron-style scheduler implements the long-standing scheduler TODO.
The web server's launch code and router are melded into the RQ::Main Sinatra app.
Logs are now consolidated into log/queuemgr.log, include queue logs, and newly added web logs.

Changed

The coalesce and coalesce_param fields now have consistent and lenient truthiness checking.