delayed_job
delayed_job copied to clipboard
Database based asynchronous priority queue system -- Extracted from Shopify
Results
142
delayed_job issues
Sort by
recently updated
recently updated
newest added
Tests are based off of the `queue_name` tests
When daemonized through `Delayed::Command` `Delayed::Worker` will ignore signals every time it sleeps after detecting an empty queue. That's specially problematic when using a long `sleep_delay` (30+ seconds) with a predominantly...