Compare commits
No commits in common. "2de0fc5d782bbfc2a30446b1021c1e65bda23a4f" and "9e72357600182c56553f1cd651e498c6fd5cf811" have entirely different histories.
2de0fc5d78
...
9e72357600
@ -54,7 +54,6 @@ 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:
|
||||
|
Loading…
Reference in New Issue
Block a user