Groups
Sign in
Groups
delayed_job
Conversations
About
Send feedback
Help
delayed_job
Contact owners and managers
1–30 of 605
Mark all as read
Report group
0 selected
B B
,
robertvmathews
3
11/24/22
Is this project abandoned?
I hope you are right. I don't think any of the issues have been commented on by one of the
unread,
Is this project abandoned?
I hope you are right. I don't think any of the issues have been commented on by one of the
11/24/22
Sonny Chee
,
B B
2
11/23/22
Issue with starting delayed_job ...
I am having the same issue. There is an open issue about it here: https://github.com/collectiveidea/
unread,
Issue with starting delayed_job ...
I am having the same issue. There is an open issue about it here: https://github.com/collectiveidea/
11/23/22
Martin Streicher
,
Robert Mathews
3
10/20/22
Where is the class Job defined?
To answer my own question... the `Job` of Delayed::Job is defined in the adapter providing a data
unread,
Where is the class Job defined?
To answer my own question... the `Job` of Delayed::Job is defined in the adapter providing a data
10/20/22
Louis
10/19/22
Max attempts depending on the error raised
Hi guys ! I would like to be able to change the max attempts depending on the error raised : - when
unread,
Max attempts depending on the error raised
Hi guys ! I would like to be able to change the max attempts depending on the error raised : - when
10/19/22
John Barbosa
8/28/22
Undefined Method error
Hi Guys! I've been trying to run this command in my development console. `RemainderMailer.delay(
unread,
Undefined Method error
Hi Guys! I've been trying to run this command in my development console. `RemainderMailer.delay(
8/28/22
John Barbosa
8/28/22
DelayedJob undefined method weird error
Hey Guys, I started to use DelayedJob Gem today and I'm trying to execute this line in the
unread,
DelayedJob undefined method weird error
Hey Guys, I started to use DelayedJob Gem today and I'm trying to execute this line in the
8/28/22
Sys K
5/18/22
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?
5/18/22
tomrossi7
, …
Sys K
3
5/18/22
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
5/18/22
Johnny Shields
1/8/22
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
1/8/22
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 <
[email protected]
> 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 <
[email protected]
> 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
, …
[email protected]
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