metric #82

Merged
emmatveev merged 17 commits from metric into master 2025-07-17 23:32:44 +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):