Compare commits
No commits in common. "5042df487426132f822d3c218a9d79b95b189c12" and "7fd853f3004c60c7d807f43f43eec14b7054d960" have entirely different histories.
5042df4874
...
7fd853f300
@ -34,8 +34,8 @@ class TasksHandlerMixin:
|
||||
data = response.json()
|
||||
try:
|
||||
self.process(data['payload'])
|
||||
except Exception as exc:
|
||||
print(f'Error processing message id={data["id"]}, payload={data["payload"]}, exc={exc}')
|
||||
except:
|
||||
print(f'Error processing message id={data["id"]}, payload={data["payload"]}')
|
||||
continue
|
||||
if QUEUES_URL is None:
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user