You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Func Bundle might rely on back end services (eg. a database) that has a particular SLA.
If the aggregate calls from all the Func Bundles exceeds the SLA of the backend service, rather than routing all requests into Runners that will just overload the backend service, fast fail a certain percentage of requests so that the back end SLA is not exceeded.
The text was updated successfully, but these errors were encountered:
A Func Bundle might rely on back end services (eg. a database) that has a particular SLA.
If the aggregate calls from all the Func Bundles exceeds the SLA of the backend service, rather than routing all requests into Runners that will just overload the backend service, fast fail a certain percentage of requests so that the back end SLA is not exceeded.
The text was updated successfully, but these errors were encountered: