Compare commits

..

No commits in common. "2de0fc5d782bbfc2a30446b1021c1e65bda23a4f" and "9e72357600182c56553f1cd651e498c6fd5cf811" have entirely different histories.

View File

@ -54,7 +54,6 @@ 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: