metric #80

Merged
emmatveev merged 16 commits from metric into prod 2025-06-15 17:25:26 +03:00
Showing only changes of commit df3354a536 - Show all commits

View File

@ -60,7 +60,7 @@ class TasksHandlerMixin:
print(f'finish task with id {task["id"]}')
except:
print(f'Failed to finish task id={task["id"]}')
self._send_metric(start, end, success)
# self._send_metric(start, end, success)
@property
def queue_name(self):