Compare commits

..

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

View File

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