Skip to content

Commit

Permalink
Set trigger for 5:08am local time
Browse files Browse the repository at this point in the history
  • Loading branch information
cander67 authored Feb 17, 2024
1 parent 477b84d commit 44442c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion function_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
app = func.FunctionApp()

@app.function_name(name = "skiForecastTimer")
@app.schedule(schedule="0 0 1 * * *", arg_name="skiForecastTimer", run_on_startup=False,
@app.schedule(schedule="0 8 13 * * *", arg_name="skiForecastTimer", run_on_startup=False,
use_monitor=False)
def cron(skiForecastTimer: func.TimerRequest) -> None:
# Get current time
Expand Down

0 comments on commit 44442c5

Please sign in to comment.