Merge pull request 'fix' (#70) from metric into dev

Reviewed-on: https://gitea.chocomarsh.com/self/botalka/pulls/70
This commit is contained in:
emmatveev 2025-06-15 14:43:12 +03:00
commit 2de0fc5d78

View File

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