decreased frequency to once per 5 seconds

This commit is contained in:
Pagwin 2025-02-06 17:11:24 -05:00
parent a7d993861d
commit 796757cf40

View file

@ -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 # https://techcommunity.microsoft.com/blog/adforpostgresql/connect-from-function-app-with-managed-identity-to-azure-database-for-postgresql/1517032
@app.timer_trigger( @app.timer_trigger(
schedule="*/3 * * * * *", schedule="*/5 * * * * *",
arg_name="myTimer", arg_name="myTimer",
run_on_startup=False, run_on_startup=False,
use_monitor=False, use_monitor=False,