decreased frequency to once per 5 seconds
This commit is contained in:
parent
a7d993861d
commit
796757cf40
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue