Azure / azure-functions-on-container-apps

Docs , samples and issues for Azure Functions on Azure Container Apps
MIT License
72 stars 17 forks source link

Function is scaled down to 0 despite cron expression every 5min #83

Open ogix opened 1 week ago

ogix commented 1 week ago

I have function app with multiple timer-triggered functions. One of them has cron expression that runs every 5 minutes (0 /5 *). Despite that I noticed that function app scaled down to 0 for the whole time until another timer triggered "wake up".

Notice the gap where red line is: Image

I can set min replica to 1 but still this is a major issue that should be addressed. And I am going to change cron expression to run every hour - so scaling to 0 will be beneficial.

function name: func-we-tst-westeu-2

v-shenoy commented 1 week ago

Will investigate this and get back to you.