metric #82

Merged
emmatveev merged 17 commits from metric into master 2025-07-17 23:32:44 +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: