Compare commits

..

No commits in common. "5042df487426132f822d3c218a9d79b95b189c12" and "7fd853f3004c60c7d807f43f43eec14b7054d960" have entirely different histories.

View File

@ -34,8 +34,8 @@ class TasksHandlerMixin:
data = response.json() data = response.json()
try: try:
self.process(data['payload']) self.process(data['payload'])
except Exception as exc: except:
print(f'Error processing message id={data["id"]}, payload={data["payload"]}, exc={exc}') print(f'Error processing message id={data["id"]}, payload={data["payload"]}')
continue continue
if QUEUES_URL is None: if QUEUES_URL is None:
continue continue