IDEA: Support for Consumption container app; Docker #599
KossiH
started this conversation in
2. Feature requests
Replies: 1 comment
-
For consumption-based deployments perhaps a better model would be using Azure Functions attached to each queue. You should be able to deploy each handler individually as a function, starting from the code in example 006 "custom handler as a service", or the entire pipeline as a function, starting from the code in example 001 "serverless". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently pipeline is polling queue (Azure storage queue) every second as hard coded. This is not optimal when e.g. using Consumption Container apps & Docker since it keeps always replicas awake..
It would be preferable that those can be managed so memorypipeline could go sleep mode and wake up by aca scaling...
Beta Was this translation helpful? Give feedback.
All reactions