Compare commits

..

No commits in common. "a105ca44222c228f168166e136a07a868ec871ce" and "23d6dedb01ca7f7c56fb0a6ffc97ca5c8a11c9ae" have entirely different histories.

View File

@ -54,7 +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"]}, attempt {task["attempt"]}') 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: