backburner icon indicating copy to clipboard operation
backburner copied to clipboard

upgrading from backburner (0.4.6)

Open geoffroymontel opened this issue 9 years ago • 2 comments

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

geoffroymontel avatar Feb 21 '16 18:02 geoffroymontel

Hi Geoffroy,

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.

nesquena avatar Feb 21 '16 21:02 nesquena

Hello Nathan

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.

Best

geoffroymontel avatar Feb 22 '16 07:02 geoffroymontel