cli: Check pid file before random_delay
If there is another process running now, there is no need to wait, especially without pidfile, so create such file immediately, then wait if needed.
Showing
Please register or sign in to comment
If there is another process running now, there is no need to wait, especially without pidfile, so create such file immediately, then wait if needed.