You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was tracking down a bug in our plan and we were awaiting a series of client.record_metric() calls. There were quite a few of these, lets say like 50. It was taking 4 seconds and holding up the executor.
I assume the culprit is influx db. Currently I'm spawning this collection of calls in their own task, but I would expect writing to a db for <100 queries should take less than 4 seconds.
Raising for awareness.
The text was updated successfully, but these errors were encountered:
I think this is probably related to #8 .
I was tracking down a bug in our plan and we were awaiting a series of
client.record_metric()
calls. There were quite a few of these, lets say like 50. It was taking 4 seconds and holding up the executor.I assume the culprit is influx db. Currently I'm spawning this collection of calls in their own task, but I would expect writing to a db for <100 queries should take less than 4 seconds.
Raising for awareness.
The text was updated successfully, but these errors were encountered: