Compare commits
2 Commits
7fd853f300
...
5042df4874
| Author | SHA1 | Date | |
|---|---|---|---|
| 5042df4874 | |||
| a92977723e |
@@ -34,8 +34,8 @@ class TasksHandlerMixin:
|
||||
data = response.json()
|
||||
try:
|
||||
self.process(data['payload'])
|
||||
except:
|
||||
print(f'Error processing message id={data["id"]}, payload={data["payload"]}')
|
||||
except Exception as exc:
|
||||
print(f'Error processing message id={data["id"]}, payload={data["payload"]}, exc={exc}')
|
||||
continue
|
||||
if QUEUES_URL is None:
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user