DEV Community

Discussion on: Serverless circuit breakers with Durable Entities

Collapse
 
mathiasbl profile image
Mathias

How would you handle rate/throttling limits from a downstream api inside your azure function? You can try to retry but what if the retrying takes longer than the azure function default timeout. Some downstream api provide a retry-after time what if it exceeds the 5minute default timeout?