diff --git a/src/data/azure_function_timer/function_app.py b/src/data/azure_function_timer/function_app.py index 47e63ec..e187b10 100644 --- a/src/data/azure_function_timer/function_app.py +++ b/src/data/azure_function_timer/function_app.py @@ -9,7 +9,7 @@ app = func.FunctionApp() # https://techcommunity.microsoft.com/blog/adforpostgresql/connect-from-function-app-with-managed-identity-to-azure-database-for-postgresql/1517032 @app.timer_trigger( - schedule="*/3 * * * * *", + schedule="*/5 * * * * *", arg_name="myTimer", run_on_startup=False, use_monitor=False,