metric #74

Merged
emmatveev merged 8 commits from metric into dev 2025-06-15 16:00:56 +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: