Skip to content

Commit b2ff542

Browse files
authored
switch SIGRTMIN to just SIGUSR1
1 parent a61f3f2 commit b2ff542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arq/worker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class BadJob(Exception):
3636

3737

3838
# special signal sent by the main process in case the worker process hasn't received a signal (eg. SIGTERM or SIGINT)
39-
SIG_PROXY = signal.SIGRTMIN + 7
39+
SIG_PROXY = signal.SIGUSR1
4040

4141

4242
class BaseWorker(RedisMixin):

0 commit comments

Comments
 (0)