Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
delayed_job
Conversations
About
delayed_job
1–30 of 600
Mark all as read
Report abusive group
0 selected
Sys K
May 18
DelayedJob logging
Hey guys, Is it possible to turn off DelayedJob logging at all?
unread,
DelayedJob logging
Hey guys, Is it possible to turn off DelayedJob logging at all?
May 18
tomrossi7
, …
Sys K
3
May 18
Logging Question
Is it possible to turn off the logging in DelayedJob at all? piątek, 18 marca 2022 o 13:15:40 UTC+1
unread,
Logging Question
Is it possible to turn off the logging in DelayedJob at all? piątek, 18 marca 2022 o 13:15:40 UTC+1
May 18
Sonny Chee
Apr 21
Issue with starting delayed_job ...
Hey Guys, So, when I attempt to start delayed_job worker on my development server (I don't get
unread,
Issue with starting delayed_job ...
Hey Guys, So, when I attempt to start delayed_job worker on my development server (I don't get
Apr 21
Johnny Shields
Jan 8
Is DelayedJob still maintained? Offer to help
Hi there, The last commit to DelayedJob was made over a year ago. The project seems like it might be
unread,
Is DelayedJob still maintained? Offer to help
Hi there, The last commit to DelayedJob was made over a year ago. The project seems like it might be
Jan 8
Jeffrey Stuart
11/12/21
block in daemonize
We are using delayed_job 4.1.9 with sequel 4.49.0. Ubuntu 20.04 Ruby 2.6.4 Rvm 1.29.12 When we don
unread,
block in daemonize
We are using delayed_job 4.1.9 with sequel 4.49.0. Ubuntu 20.04 Ruby 2.6.4 Rvm 1.29.12 When we don
11/12/21
adi baron
8/3/21
How can I detect when a job ends on timeout ?
I am using jobs while inheriting from ActiveJob::Base (also with a gem activejob_dj_overrides). I
unread,
How can I detect when a job ends on timeout ?
I am using jobs while inheriting from ActiveJob::Base (also with a gem activejob_dj_overrides). I
8/3/21
Johnny Shields
4/5/21
New forking launcher PR
Hi there, I've raised a PR for Delayed Job to do forking in the foreground which is needed in
unread,
New forking launcher PR
Hi there, I've raised a PR for Delayed Job to do forking in the foreground which is needed in
4/5/21
Nico Clever
11/27/20
Problem with restarting after upgrade to Ruby 2.7.2 and Rails 6.0.3 (delayed_jobs 4.1.8)
Hi everybody, I tried it on Stackoverflow already (here), but cannot leave an option out, thus, I am
unread,
Problem with restarting after upgrade to Ruby 2.7.2 and Rails 6.0.3 (delayed_jobs 4.1.8)
Hi everybody, I tried it on Stackoverflow already (here), but cannot leave an option out, thus, I am
11/27/20
kevin hq
,
Alexandre Roger
3
11/26/20
Memory usages keep increasing even when the delayed_job is idling
Hi, In our case, there are many failed jobs that's always repeated. This causes memory usages
unread,
Memory usages keep increasing even when the delayed_job is idling
Hi, In our case, there are many failed jobs that's always repeated. This causes memory usages
11/26/20
MaxCSV
6/29/20
Basic Job Callbacks for Rails
I am using the most basic version of delayed_job in a Rails app. I have the max time allowed for a
unread,
Basic Job Callbacks for Rails
I am using the most basic version of delayed_job in a Rails app. I have the max time allowed for a
6/29/20
Aman Gupta
,
hobbyDB Parker
2
6/9/20
Preventing duplicate jobs
We give the queue a name (in ours it's class || method) and do this before the jobs: ```ruby
unread,
Preventing duplicate jobs
We give the queue a name (in ours it's class || method) and do this before the jobs: ```ruby
6/9/20
Sumit Goyal
,
David Genord II
2
4/7/20
Upgrading ruby from 2.3.5 to 2.6.2 DJ error of yaml_as
Try using the newest version of the gem. David On Tue, Apr 7, 2020 at 8:18 AM Sumit Goyal <
unread,
Upgrading ruby from 2.3.5 to 2.6.2 DJ error of yaml_as
Try using the newest version of the gem. David On Tue, Apr 7, 2020 at 8:18 AM Sumit Goyal <
4/7/20
Kim Dowling
,
Kurt Werle
2
2/14/20
Exit after X jobs processed
Kim, Did you ever come up with a solution to this? From looking at the code it seems like workers
unread,
Exit after X jobs processed
Kim, Did you ever come up with a solution to this? From looking at the code it seems like workers
2/14/20
Andrew Havens
, …
Matt Griffin
6
8/21/19
How to cancel a job?
Holy thread necromancy. It may be 7 years later but this is still the approach. Have your job check
unread,
How to cancel a job?
Holy thread necromancy. It may be 7 years later but this is still the approach. Have your job check
8/21/19
John Joseph Bachir
, …
Greg Blass
5
8/21/19
Any way to stop a running job?
Just wondering if anyone has figured out how to do this? On Friday, October 7, 2011 at 10:36:29 PM
unread,
Any way to stop a running job?
Just wondering if anyone has figured out how to do this? On Friday, October 7, 2011 at 10:36:29 PM
8/21/19
Soundarya
,
David Genord II
5
4/3/19
DJ and Ruby upgrade to 2.5.3
Ok thanks, eager loading is disabled in development mode. In config/environments/development.rb:
unread,
DJ and Ruby upgrade to 2.5.3
Ok thanks, eager loading is disabled in development mode. In config/environments/development.rb:
4/3/19
Paul Cechner
,
David Genord II
5
2/23/19
DelayedJob worker environment does not properly load initializers?
Thanks a lot David, you have provided me with the keywords I needed to move on with this problem On a
unread,
DelayedJob worker environment does not properly load initializers?
Thanks a lot David, you have provided me with the keywords I needed to move on with this problem On a
2/23/19
DivYesh Per-telz
,
David Genord II
2
2/8/19
Delayed::Job.destroy_all by mistake
None of those jobs will ever run because they are gone, but DJ will continue just fine. David Genord
unread,
Delayed::Job.destroy_all by mistake
None of those jobs will ever run because they are gone, but DJ will continue just fine. David Genord
2/8/19
Mark Anderson
,
Matt Griffin
2
11/20/18
Automatic processing of jobs?
The worker process isn't part of your web process, which is why it doesn't (and can't)
unread,
Automatic processing of jobs?
The worker process isn't part of your web process, which is why it doesn't (and can't)
11/20/18
Pablo Cantero
,
David Genord II
5
10/9/18
Signals support: Tell DJ finish processing, then stop taking new jobs
Thanks David. On Wed, Sep 12, 2018 at 8:30 AM David Genord II <albus522@gmail.com> wrote: Yes,
unread,
Signals support: Tell DJ finish processing, then stop taking new jobs
Thanks David. On Wed, Sep 12, 2018 at 8:30 AM David Genord II <albus522@gmail.com> wrote: Yes,
10/9/18
Laura Mann
9/19/18
Rails 2.3.18 to Rails 3.0.3
Hi All, I have this configuration for my gem file from 2.3.18: gem 'mongo_mapper', '<=
unread,
Rails 2.3.18 to Rails 3.0.3
Hi All, I have this configuration for my gem file from 2.3.18: gem 'mongo_mapper', '<=
9/19/18
Pablo Cantero
9/11/18
Support for FIFO?
Hi I have some jobs that are enqueued by the users in the UI, which I want to perform them in order
unread,
Support for FIFO?
Hi I have some jobs that are enqueued by the users in the UI, which I want to perform them in order
9/11/18
Laura Mann
,
David Genord II
2
9/10/18
Moving to current release from 2.0.7 (requirements questions)
You will need to pay attention to https://github.com/collectiveidea/delayed_job#upgrading-from-2x-to-
unread,
Moving to current release from 2.0.7 (requirements questions)
You will need to pay attention to https://github.com/collectiveidea/delayed_job#upgrading-from-2x-to-
9/10/18
илья л-п
,
David Genord II
2
7/16/18
fails on add jobs in initializers
Your database is not setup correctly on CI. The delayed job model and migration are just like any
unread,
fails on add jobs in initializers
Your database is not setup correctly on CI. The delayed job model and migration are just like any
7/16/18
Andrew Havens
, …
saj...@royalbrothers.com
12
5/21/18
Workers being killed silently, no errors
Hi Andrew Havens, I'm facing the same issue. The link that you provided is not reachable. Can you
unread,
Workers being killed silently, no errors
Hi Andrew Havens, I'm facing the same issue. The link that you provided is not reachable. Can you
5/21/18
Tom Herrick
,
David Genord II
3
5/2/18
disable delayed job worker via environment variable
It's because of the way we provision new servers. We build them up partially configured, but don
unread,
disable delayed job worker via environment variable
It's because of the way we provision new servers. We build them up partially configured, but don
5/2/18
Rachel P
, …
Robert Mathews
4
2/1/18
I want to check if/then statement after the delay
Thank you! This was helpful. On Tuesday, January 30, 2018 at 5:15:42 PM UTC-5, albus522 wrote: In 30
unread,
I want to check if/then statement after the delay
Thank you! This was helpful. On Tuesday, January 30, 2018 at 5:15:42 PM UTC-5, albus522 wrote: In 30
2/1/18
Vlad Katz
,
David Genord II
2
10/31/17
Is it possible to run DJ on multiple servers?
No. All worker queues, not just DJ, try to get things done as fast as possible. They will pick up and
unread,
Is it possible to run DJ on multiple servers?
No. All worker queues, not just DJ, try to get things done as fast as possible. They will pick up and
10/31/17
Axel Gustav
,
Daniel Garcia
2
10/26/17
Sequential execution of certain jobs
Did you come up with a solution? Do you do anything special if the 1st request fails?
unread,
Sequential execution of certain jobs
Did you come up with a solution? Do you do anything special if the 1st request fails?
10/26/17
Mark Pitsilos
10/4/17
Handing of interrupted db statements
OK, I guess I'm gonna score some originality points here, but here goes: After a long time with
unread,
Handing of interrupted db statements
OK, I guess I'm gonna score some originality points here, but here goes: After a long time with
10/4/17