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
{{ message }}
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.
When running cap develop resque:scheduler:restart, sometimes it doesnt kill active process from pid, instead it spawns new one. Server is running on ubuntu 14
:resque_kill_signaldefaults to SIGQUITSince the return of kill is not read, even if it fails, the PIDfile is removed and a new process will be started (with a new PIDfile).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When running
cap develop resque:scheduler:restart
, sometimes it doesnt kill active process from pid, instead it spawns new one. Server is running on ubuntu 14capistrano - 3.4.0
capistrano-resque - 0.2.2
resque - 1.25.2
The text was updated successfully, but these errors were encountered: