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
Max concurrency is now a setting on queue level only. From Integreat and to the services, exchanges are pushed as they arrive.
A few reasons for this need:
Some services may tolerate only one request at a time, while others could handle several. It does not make sense to limit all services because of one underperformer
Exchanges are not always triggered from queues (e.g. GET action with id array) and throttling on service level is the only way to go in these cases
The text was updated successfully, but these errors were encountered:
Max concurrency is now a setting on queue level only. From Integreat and to the services, exchanges are pushed as they arrive.
A few reasons for this need:
GET
action with id array) and throttling on service level is the only way to go in these casesThe text was updated successfully, but these errors were encountered: