NOTIFY_SHIFT_SWAP_REQUESTS_INTERVAL
This commit is contained in:
parent
5e5eecc480
commit
ae60f65a55
1 changed files with 1 additions and 1 deletions
|
|
@ -480,7 +480,7 @@ CELERY_BEAT_SCHEDULE = {
|
|||
},
|
||||
"notify_shift_swap_requests": {
|
||||
"task": "apps.mobile_app.tasks.notify_shift_swap_requests",
|
||||
"schedule": 10 * 60,
|
||||
"schedule": getenv_integer("NOTIFY_SHIFT_SWAP_REQUESTS_INTERVAL", default=10 * 60),
|
||||
},
|
||||
"save_organizations_ids_in_cache": {
|
||||
"task": "apps.metrics_exporter.tasks.save_organizations_ids_in_cache",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue