metric #74

Merged
emmatveev merged 8 commits from metric into dev 2025-06-15 16:00:56 +03:00
Showing only changes of commit 2d292dfc46 - Show all commits

View File

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