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
Hi,
I've checked the rake tasks and didn't find any helpful task for this purpose. So is there any signal we can send to the process to load code changes ?
Note: If you're wondering what i'm trying to do, i'm writing a capistrano deployment recipe for backburner in my application , and i find it a bit slow to kill and re-start the process on each deployment.
The text was updated successfully, but these errors were encountered:
I'm seeing something odd during my deployments. Using upstart to start/stop the rake task, stopping and then starting right after, the process is running, but it fails to pull anything from beanstalkd. I have to manually log into the machine, do a sudo service backburner stop and then do a sudo service backburner start to get it pulling jobs again. Do you know why remote ssh running the same commands would cause backburner to not see jobs in the queue? Am I stopping and starting too fast? I also tried a 10 second sleep between stopping and starting, but the same behavior happens. @MhdSyrwan How long does your kill and re-start take?
Looks like if there are no jobs in the queue between stop and start, it won't process any future jobs. Is anyone else seeing this behavior? Should I open a new issue for this?
Hi,
I've checked the rake tasks and didn't find any helpful task for this purpose. So is there any signal we can send to the process to load code changes ?
Note: If you're wondering what i'm trying to do, i'm writing a capistrano deployment recipe for backburner in my application , and i find it a bit slow to kill and re-start the process on each deployment.
The text was updated successfully, but these errors were encountered: