We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61f3f2 commit b2ff542Copy full SHA for b2ff542
arq/worker.py
@@ -36,7 +36,7 @@ class BadJob(Exception):
36
37
38
# 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
+SIG_PROXY = signal.SIGUSR1
40
41
42
class BaseWorker(RedisMixin):
0 commit comments