We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc2628 commit fdeeffbCopy full SHA for fdeeffb
function_app.py
@@ -21,7 +21,7 @@ def manual_cleanup(req: func.HttpRequest) -> func.HttpResponse:
21
return func.HttpResponse(status_code=202)
22
23
@app.schedule(schedule="0 0 * * *",
24
- arg_name="timer_cleanup",
+ arg_name="timer",
25
run_on_startup=False)
26
def timer_cleanup(timer: func.TimerRequest) -> None:
27
cleanup.cleanup()
0 commit comments