Michael
01/22/2025, 8:55 PMrate_limit
by one slot? I only know when receiving the server response wether the API owner was counting my request into the rate limit.Marvin
01/22/2025, 8:56 PMrate_limit
by one slot based on server responses. However, you can manage concurrency limits with a slot decay mechanism. This allows slots to become available again over time, which might help in managing rate limits indirectly.
For more details, you might want to explore the concept of slot decay in concurrency limits here: Concurrency Limits with Slot Decay.
If you're dealing with Prefect Cloud's API rate limits, note that they are predefined and can be adjusted by contacting Prefect support. More information is available here: Prefect Cloud API Rate Limits.
If you have specific logic that determines when a slot should be freed, you might need to implement custom logic in your flow to handle this.