Closed kmadof closed 1 month ago
@kmadof thank you for reaching out. When you mention that executions got skipped you meant 17/10 6,7 and 9am as examples?
Hi @kmadof , I am sorry about the issue you have faced. This is not expected behaviour of the trigger. It can scale from and to zero. May I ask you raise an issue here in the functions github repo - https://github.com/Azure/azure-functions-on-container-apps/issues
@kmadof thank you for reaching out. When you mention that executions got skipped you meant 17/10 6,7 and 9am as examples?
Yes, that's my point.
Hi @kmadof , I am sorry about the issue you have faced. This is not expected behaviour of the trigger. It can scale from and to zero. May I ask you raise an issue here in the functions github repo - https://github.com/Azure/azure-functions-on-container-apps/issues
Yes of course!
We'll track this in the other issue. Closing this one.
Issue description
I have Azure Function written in F# (dotnet 8) deployed to Container App Environment with function trigger as below
Sometimes this function is not invoked.
My function is scaled to 0, but this should not be an issue for this trigger
Expected behavior [What you expected to happen.] I expected to have this function executed according to the cron expression.
Screenshots
Additional context
Here are version of packages I use: