Compare commits
No commits in common. "09857b47b74599fbceb77386d42e7ba66bef2a59" and "99ceb4c716cb8c08f7118eb1ec871fe252c91c2d" have entirely different histories.
09857b47b7
...
99ceb4c716
@ -29,7 +29,7 @@ class TasksHandlerMixin:
|
|||||||
print(f'Error processing message id={task["id"]}, payload={task["payload"]}, exc={exc}')
|
print(f'Error processing message id={task["id"]}, payload={task["payload"]}, exc={exc}')
|
||||||
continue
|
continue
|
||||||
try:
|
try:
|
||||||
resp = requests.post(f'{QUEUES_URL}/api/v1/finish', json={'id': task['id']})
|
resp = requests.post(f'{QUEUES_URL}/api/v1/finish', json={'id': data['id']})
|
||||||
if resp.status_code != 202:
|
if resp.status_code != 202:
|
||||||
raise QueuesException
|
raise QueuesException
|
||||||
except:
|
except:
|
||||||
|
Loading…
Reference in New Issue
Block a user