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
I'm using backburner through Rails Active Job
I tried upgrading from Backburner 0.4.6 to Backburner 1.3 and now the jobs never start now
I'm using backburner:threads_on_fork:work with several queues
Is there an upgrade procedure ?
Best
Geoffroy
The text was updated successfully, but these errors were encountered:
I would encourage you to stick with 0.4.6 at this time. Unfortunately major changes occurred in the point release which can make the jobs unable to be processed easily and beanstalkd does not make it particularly easy (by design) to iterate and modify existing jobs. You are probably better off sticking with the version that works for you. Sorry I don't have a better answer and sorry for the inconvenience.
Thanks for your quick reply. Backburner 0.4.6 works kinda well except when the database or the beanstalkd server are restarted. In that case, the workers don't recover the connections. I saw in the changelog that things were improved in that matter in the 1.X releases, that's why I wanted to upgrade.
I will keep an eye on the next releases and restart the rails and workers daily in the meantime.
Hello
I'm using backburner through Rails Active Job
I tried upgrading from Backburner 0.4.6 to Backburner 1.3 and now the jobs never start now
I'm using backburner:threads_on_fork:work with several queues
Is there an upgrade procedure ?
Best
Geoffroy
The text was updated successfully, but these errors were encountered: