You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I retry the job (using mission control) it will give the same error. However, if I resubmit a new RunCaseJob with the same arguments, then that second one runs.
If you are curious, the PR that adds solid_queue to my open source app is here: o19s/quepid#1039
Thanks for any ideas!
The text was updated successfully, but these errors were encountered:
It seems to happen when I directly use perform_later, however I have a nightly recurring job that doesn't seem to have the same issue. I'm wondering if it's some sort of order of loading classes?
Hey @epugh, thanks for the link to the app and the PR. That's very strange! I wonder if, given that this branch hasn't been merged yet, is possible you're enqueuing that job and it's being picked up by a worker that doesn't have that branch's code?
@Kaakati, could you provide more details about the errors you're getting? With backtraces if possible, and the lines of code that might be relevant.
Periodically I get this error:
Here is the raw data:
If I retry the job (using mission control) it will give the same error. However, if I resubmit a new RunCaseJob with the same arguments, then that second one runs.
If you are curious, the PR that adds solid_queue to my open source app is here: o19s/quepid#1039
Thanks for any ideas!
The text was updated successfully, but these errors were encountered: