Merge pull request 'fix' (#72) from metric into dev
Reviewed-on: #72
This commit was merged in pull request #72.
This commit is contained in:
@@ -54,7 +54,7 @@ class TasksHandlerMixin:
|
||||
continue
|
||||
start = datetime.datetime.now(zoneinfo.ZoneInfo("Europe/Moscow"))
|
||||
try:
|
||||
print(f'process task with id {task["id"]}')
|
||||
print(f'process task with id {task["id"]}, attempt {task["attempt"]}')
|
||||
self.process(task['payload'])
|
||||
success = True
|
||||
except Exception as exc:
|
||||
|
||||
Reference in New Issue
Block a user