Azure / azure-functions-java-library

Contains annotations for writing Azure Functions in Java
MIT License
42 stars 42 forks source link

Add missing configuration properties for the Timer Trigger annotation #154

Open PramodValavala-MSFT opened 2 years ago

PramodValavala-MSFT commented 2 years ago

The Timer Trigger annotation is missing the runOnStartup and useMonitor properties that are covered in the documentation.

Without these, I believe the only workaround today is to update the generated function.json directly in the JAR.

MayankBargali-MSFT commented 2 years ago

@amamounelsayed Can you please review this PR.

parameshjava commented 2 years ago

@MayankBargali-MSFT @PramodValavala-MSFT thanks for this PR. Is there any SLA for this PR?

PramodValavala-MSFT commented 2 years ago

@amamounelsayed @TsuyoshiUshio Just checking in for reviewing this and sharing feedback. Thanks!

cslobodan commented 2 years ago

Any info on when will this be merged? Thank you.

dvag-alexander-graesel commented 1 year ago

Come on guys - I have to work. Can you please merge the PR?

parameshjava commented 1 year ago

It’s been more than a year. Still not prioritised this?

jessicali001 commented 7 months ago

Any update on this missing properties? (runOnStartup and useMonitor )