Hi all. I am seeing many of our jobs fail with thi...
# ask-community
v
Hi all. I am seeing many of our jobs fail with this failure mode
Copy code
requests.exceptions.RetryError: HTTPSConnectionPool(host='<http://api.prefect.io|api.prefect.io>', port=443): Max retries exceeded with url: /graphql (Caused by ResponseError('too many 429 error responses'))
Ours jobs are quite parallel, and wonder if there is anything that must be resolved, either user or server side that can enable this parallel execution.
k
Hey @Vincent, this is related to rate limiting when hitting the Prefect API (updates of task states). Will ask the team about it.
v
Thanks!
k
What Prefect version are you on?
v
We use 0.14.17 and 0.14.22 .
k
0.15.4 has the most robust logic for rate limits. Is upgrading to try an option?
v
Yes. We can push for that internally. Thanks for the suggestion
Looks like the push to 0.15.4 did the trick. 👍
k
Nice!