Compare commits
No commits in common. "81ca035eda2b723ea86962868fad3b762fd6d88e" and "44ce81947a6f86c9a1d196c03db1c198add30964" have entirely different histories.
81ca035eda
...
44ce81947a
@ -40,8 +40,7 @@ class TasksHandlerMixin:
|
||||
print(f"Error sending metric: {e}")
|
||||
|
||||
def send_metric(self, start: datetime.datetime, end: datetime.datetime, success: bool):
|
||||
# executor.submit(self._send_metric, start, end, success)
|
||||
self._send_metric(start, end, success)
|
||||
executor.submit(self._send_metric, start, end, success)
|
||||
|
||||
def poll(self):
|
||||
while True:
|
||||
|
Loading…
Reference in New Issue
Block a user