Skip to content
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

Provide a Function template for TimerTriggered functions #781

Open
fgheysels opened this issue Feb 13, 2023 · 1 comment · May be fixed by #806
Open

Provide a Function template for TimerTriggered functions #781

fgheysels opened this issue Feb 13, 2023 · 1 comment · May be fixed by #806
Assignees
Labels
feature All issues related to new features runtime:azure-functions All issues related to templates forAzure Functions
Milestone

Comments

@fgheysels
Copy link
Member

fgheysels commented Feb 13, 2023

We already have templates for Http triggered functions, eventhub triggered functions, etc... I think it would be good to have a template for timer-triggered functions as well.

@stijnmoreels stijnmoreels added this to the v1.2 milestone Feb 13, 2023
@stijnmoreels stijnmoreels added feature All issues related to new features runtime:azure-functions All issues related to templates forAzure Functions labels Feb 13, 2023
@stijnmoreels
Copy link
Member

stijnmoreels commented Feb 13, 2023

💡 Good idea!
For isolated functions, we could probably create a middleware component that tracks a triggered timer as a request. Where this and the other built-in functionality (exception handling and correlation) should live... that's another question 😄.
We will see once we start developing it, I guess. 👍

@stijnmoreels stijnmoreels self-assigned this Apr 27, 2023
@stijnmoreels stijnmoreels modified the milestones: v1.2, v2.1.0 Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature All issues related to new features runtime:azure-functions All issues related to templates forAzure Functions
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants