Hi all, I am facing this error in my workflow, eve...
# ask-community
s
Hi all, I am facing this error in my workflow, even though it is been completed properly. Is there a way to increase the limit? Or what is the limit here?
Copy code
Response: {'detail': 'Log API rate limit reached'}
1
i
The limits are stated in the page: https://docs.prefect.io/2.14.2/cloud/rate-limits/ We've also faced this issue but our workload is relatively small so we just readjusted our schedules. But maybe it's a sign to consider a paid cloud plan
s
Thanks! Is this limitation there in self-hosted instance as well?
i
Hmm, my previous message was related to the cloud version 😅
s
My question, as well, was for cloud version earlier. I am just curious to know about self hosted versions.
k
There aren't any rate limits for self-hosted versions, but you may run into trouble if you generate huge volumes of requests and don't have anything extra set up to handle them.
🙌 2