AmplicaLabs / reconnection-service

A Gateway microservice to reconnect graphs in DSNP/Frequency
https://amplicalabs.github.io/reconnection-service/
Apache License 2.0
2 stars 0 forks source link

[enhancement] Implement 2-tier capacity limit #149

Closed JoeCap08055 closed 1 month ago

JoeCap08055 commented 2 months ago

Description

Currently, the reconnection-service limits the total amount of capacity that can be used by the service itself. We desire to also be able to place a limit on total capacity usage, irrespective of which service used it.

Example:

In the above example, as soon as total capacity usage hits 90%, reconnection-service would pause the queue, even though it had not reached its 30% service limit.