-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure Function Timer Trigger works for seconds but not minutes #2551
Comments
I got same issue when i use TTK to create project. I set schedule: 0 0 1 * * *, fired on every morning 1 A.M. , Also not triggered. |
Hi @xzf0587 Thanks for reporting will check and update. |
Hi @xzf0587 I checked and found its working.locally as well as portal also.can you check it again. |
@bhagyshricompany Thanks for your reply. |
I think you don't enable the RUN_FROM_PACKAGE feature because you don't have this warning bar in the top of the test page. And here is my test result and snapshot |
@kshyju please comment and validate . |
Hi @bhagyshricompany @kshyju, |
I tried to create an azure function for timer. (Using Teams Toolkit extension in VS Code to create a default template app Bot -> Chat Notification Message -> Timer Trigger).
And I found it works fine with
"schedule": "*/30 * * * * *"
but failed to trigger if I update the schedule toschedule": "* */2 * * * *"
.Any suggestion is welcomed for the problem. Thanks.
Here is the bicep for resource deployment.
The text was updated successfully, but these errors were encountered: