Skip to content

Commit fdeeffb

Browse files
committed
trying arg_name
1 parent fdc2628 commit fdeeffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

function_app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def manual_cleanup(req: func.HttpRequest) -> func.HttpResponse:
2121
return func.HttpResponse(status_code=202)
2222

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

0 commit comments

Comments
 (0)