generated from cap-js-community/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
We want to apply more sophisticated autoscaling of our worker instances based on the number of open and currently running events.
Unfortunately, looping through all tenants and looking into the event queue table on db is not sufficient, since we have a lot of tenants.
I guess you already have some kind of in memory queue, since you limit how many events are processed in parallel. Is it somehow possible to expose the numbers? We are interested in the amount of currently running events and especially open events which wait to be processed.
Thanks for your input.
Reactions are currently unavailable