Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] how to restart JobRouter ?
- Date: Fri, 20 Mar 2026 17:59:48 +0100
- From: Stefano Belforte <stefano.belforte@xxxxxxx>
- Subject: Re: [HTCondor-users] how to restart JobRouter ?
apparently this works
1) ps auxw|grep -i router
2) note the PID of condor_job_router
3) kill -SIGTERM PID
then condor master restarts it. While a condor_restart, as feared,
made the AP go into a 15min "breath" with all running jobs lost.
Let me know if I should be doing otherwise
Stefano