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
Hmmm... That sucks. I'll need to dig into good_job more and think about how to rework this feature with that constraint in mind. I don't have an idea off the top of my head tho.
Unfortunately, it seems like the "Await Job" feature doesn't work with GoodJob.
GoodJob will raise an exception if a job's job_id is not equal to it's provider_job_id.
https://github.com/bensheldon/good_job/blob/9a781889eb6c66d713695352e4bfd509f96bc70b/app/models/good_job/job.rb#L370
It appears that the "Await Jobs" feature relies on staging jobs, and staged jobs use a different job_id than the provider_job_id.
I'll add a repro here shortly.
The text was updated successfully, but these errors were encountered: