delayed_job
delayed_job copied to clipboard
Database based asynchronous priority queue system -- Extracted from Shopify
Deployment via capistrano. using: delayed_job (4.0.6) capistrano3-delayed-job (1.4.0) delayed_job_active_record (4.0.3) server: Ubuntu 12.04.5 LTS (GNU/Linux 3.2.0-24-virtual x86_64) Any idea what we could check or how to debug this issue. Everything...
This is causing internal errors in the ORM adapter gems (at least in the DelayedJob Mongoid gem which I maintain)
The application that me and my team working on use Ruby on Rails hosted in Openshift pod. We use delayed_job to handle background process, and for delayed_job logging, the application...
# The Problem I would like to sub-divide my queues into various database tables. The reason is that I have many types of worker machines each scanning different queues. When...
When we start delayed job in background with below commant, it shows that delayed_job process has started. `RAILS_ENV=production bin/delayed_job start` If we see the logs file `log/delayed_job.log` it also says...
This PR further improves #1138 by adding copy-on-write forking which forks from the first worker child to the other children. After a configurable timeout (e.g. 1 hour), it will re-fork...
Hi, Delayed_job stops performing background jobs after 3-4 days even if the system process looks normal. ### Analysis: - system process looks running (normal) `ps ax` ==> `14 ? Rl...
Some methods are not worked with Ruby 3.0
Unfortunately when running with Rails in production Delayed Job insists on using old, presumably cached, code. Surprisingly, after searching the issue to death, there doesn't seem to be any clear...