DEV Community

Discussion on: Serverless circuit breakers with Durable Entities

Collapse
 
bladerunner41 profile image
bladerunner41

Great article Jeff.

To break the circuit rather than stopping the entire function app, could also just disable the specific function in the Function App with the queue binding or update an ENV variable on the app service which the code uses a feature flag/toggle as it's cheap to read the current stats of the circuit open/closed.

Collapse
 
jeffhollan profile image
Jeff Hollan

Great point