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 b6ed6ea commit 44badb1Copy full SHA for 44badb1
eb_sqs/worker/service.py
@@ -72,6 +72,7 @@ def process_queues(self, queue_names):
72
73
if timezone.now() - timedelta(seconds=settings.MIN_HEALTHCHECK_WRITE_PERIOD_S) > last_healthcheck_time:
74
self.write_healthcheck_file()
75
+ last_healthcheck_time = timezone.now()
76
77
def process_messages(self, queues, worker, static_queues):
78
# type: (list, Worker, list) -> None
0 commit comments