Skip to content
Snippets Groups Projects
Commit 90a6ac4f authored by Arie Peterson's avatar Arie Peterson
Browse files

Decrease provisioning frequency to daily

parent a897c0c0
No related branches found
No related tags found
1 merge request!177Resolve "Extend SCIM to support Zulip"
......@@ -136,7 +136,7 @@ def init_routines():
# Add a job to run the provisioning reconciliation routine regularly.
# We'll also run it when we make changes that should be propagated
# immediately.
scheduler.add_job(helpers.threads.request_provision, 'interval', id='provision', minutes=5)
scheduler.add_job(helpers.threads.request_provision, 'interval', id='provision', hours=24)
# We'll run this in a separate thread so it can be done in the background.
# We have this single "provisioning worker" so there will be only one
# provisioning operation at a time. We use an Event to signal a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment