mirror of
https://github.com/sartography/spiffworkflow-backend.git
synced 2025-02-23 04:48:09 +00:00
less aggressive periodic processing
This commit is contained in:
parent
4bcc72c9e4
commit
3be07c581b
@ -54,7 +54,7 @@ def start_scheduler(app: flask.app.Flask) -> None:
|
||||
scheduler.add_job(
|
||||
BackgroundProcessingService(app).run,
|
||||
"interval",
|
||||
seconds=5,
|
||||
seconds=30,
|
||||
)
|
||||
scheduler.start()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user