Compare commits

..

No commits in common. "ec65d8ad8c442d52478a67c370a21e3d838c1073" and "08bc931a5a9e8213570c7e4ff7f1e0d3fb3adeb2" have entirely different histories.

View File

@ -39,8 +39,7 @@ class TasksHandlerMixin:
print(f'metric failed: {e}')
def send_metric(self, start, success, end):
# executor.submit(self._send_metric, start, success, end)
...
executor.submit(self._send_metric, start, success, end)
def poll(self):
while True: