Replies: 1 comment 1 reply
|
That's weird! When you inspect the I would expect the jobs not to be executed inline because of this line: good_job/lib/good_job/adapter.rb Lines 94 to 95 in fc3add1 btw, |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey! I'm trying to test if one of service objects of mine is rescheduling jobs properly. I simplified my test case to demonstrate my issue:
After inspecting the
GoodJob::Jobfound, i can see that this job has been immidiatelly processed, not respecting the schedule time provided. I can see in the readme that i can setRails.application.config.good_job.inline_execution_respects_schedule = trueto make good_job respect that setting but it doesn't help, my job is still being processed instantly. Any ideas what am i doing wrong?I'm on good_job 3.99.0.
Thank you!
All reactions