NOTIFY_SHIFT_SWAP_REQUESTS_INTERVAL

This commit is contained in:
Vadim Stepanov 2023-08-14 14:28:28 +01:00
parent 5e5eecc480
commit ae60f65a55
No known key found for this signature in database

View file

@ -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",