We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e898b9d commit ddc5127Copy full SHA for ddc5127
eb_sqs/worker/service.py
@@ -36,7 +36,6 @@ def __init__(self):
36
def process_queues(self, queue_names):
37
# type: (list) -> None
38
signal.signal(signal.SIGTERM, self._exit_called)
39
- signal.signal(signal.SIGKILL, self._exit_called)
40
41
self.write_healthcheck_file()
42
self._last_healthcheck_time = timezone.now()
0 commit comments