oncall-engine/engine/settings
Matias Bordese 45200c33a1
Update beat schedule to use crontab schedule types (#3497)
Update celery beat schedule to use crontab schedule types, since
otherwise the timedelta is relative to the celery start and when we have
a restart we have some bigger than expected gaps between task runs
(alternatively it seems we could also use the `relative` option
described
[here](https://docs.celeryq.dev/en/main/userguide/periodic-tasks.html#available-fields))

Related to https://github.com/grafana/oncall-private/issues/2347
2023-12-04 18:42:12 +00:00
..
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
base.py Update beat schedule to use crontab schedule types (#3497) 2023-12-04 18:42:12 +00:00
celery_task_routes.py Make telegram on_alert_group_action_triggered asynchronous (#3471) 2023-12-01 10:49:00 +00:00
ci-test.py remove shift swap feature flag (#2755) 2023-08-04 16:12:33 +02:00
dev.py continue addressing mypy violations (#2170) 2023-06-27 10:23:08 +00:00
helm.py Allow multiple database and celery broker types (#582) 2022-10-04 09:25:53 +01:00
hobby.py Allow multiple database and celery broker types (#582) 2022-10-04 09:25:53 +01:00
prod_without_db.py Test celery tasks have queue assignment (#2922) 2023-08-31 18:42:08 +00:00