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
I am running container which is processing long running task in Azure Container Apps environment.
I setup Azure Queue storage Scaler with queue length 1 because I want that with each new message on queue new replica spin up. New instance will receive first available (visible) message on queue, lock the message, do processing based on message information and when processing is finished delete the message from queue. Scale up of containers works fine, but after ~5 minutes containers which have not finished processing and intensively used memory (so container is not in any idle state in terms of resources) are just scale down (shut down) by scaler.
Is there any recommendation how to resolve this? I did not find way how to reconfigure scaler limits for scaling down.
Is there some other better solution for controlling scaling of long running containers in ACA environment?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am running container which is processing long running task in Azure Container Apps environment.
I setup Azure Queue storage Scaler with queue length 1 because I want that with each new message on queue new replica spin up. New instance will receive first available (visible) message on queue, lock the message, do processing based on message information and when processing is finished delete the message from queue. Scale up of containers works fine, but after ~5 minutes containers which have not finished processing and intensively used memory (so container is not in any idle state in terms of resources) are just scale down (shut down) by scaler.
Is there any recommendation how to resolve this? I did not find way how to reconfigure scaler limits for scaling down.
Is there some other better solution for controlling scaling of long running containers in ACA environment?
Beta Was this translation helpful? Give feedback.
All reactions