Skip to content

Commit

Permalink
trying arg_name
Browse files Browse the repository at this point in the history
  • Loading branch information
tblanarik committed Sep 28, 2024
1 parent fdc2628 commit fdeeffb
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 @@ -21,7 +21,7 @@ def manual_cleanup(req: func.HttpRequest) -> func.HttpResponse:
return func.HttpResponse(status_code=202)

@app.schedule(schedule="0 0 * * *",
arg_name="timer_cleanup",
arg_name="timer",
run_on_startup=False)
def timer_cleanup(timer: func.TimerRequest) -> None:
cleanup.cleanup()

0 comments on commit fdeeffb

Please sign in to comment.