Merge pull request 'fix' (#58) from master into dev
Reviewed-on: https://gitea.chocomarsh.com/self/botalka/pulls/58
This commit is contained in:
commit
ec65d8ad8c
@ -39,7 +39,8 @@ class TasksHandlerMixin:
|
|||||||
print(f'metric failed: {e}')
|
print(f'metric failed: {e}')
|
||||||
|
|
||||||
def send_metric(self, start, success, end):
|
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):
|
def poll(self):
|
||||||
while True:
|
while True:
|
||||||
|
Loading…
Reference in New Issue
Block a user