Compare commits
2 Commits
23d6dedb01
...
a105ca4422
Author | SHA1 | Date | |
---|---|---|---|
a105ca4422 | |||
![]() |
4f0114e99a |
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user