metric #80

Merged
emmatveev merged 16 commits from metric into prod 2025-06-15 17:25:26 +03:00
Showing only changes of commit 4f0114e99a - Show all commits

View File

@ -54,7 +54,7 @@ class TasksHandlerMixin:
continue
start = datetime.datetime.now(zoneinfo.ZoneInfo("Europe/Moscow"))
try:
print(f'process task with id {task["id"]}')
print(f'process task with id {task["id"]}, attempt {task["attempt"]}')
self.process(task['payload'])
success = True
except Exception as exc: