We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a1653 commit 1f59da8Copy full SHA for 1f59da8
relay/gcp.py
@@ -206,7 +206,7 @@ async def write(metrics: List[Neo4j5Metric]) -> None:
206
# Check if we haven't defined this metric type yet
207
if not metric.key in _METRICS:
208
# Don't stampede the creation service. It gets sad :(
209
- if rate_limit == 5:
+ if rate_limit == 2:
210
await asyncio.sleep(1)
211
rate_limit = 0
212
rate_limit += 1
0 commit comments