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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base.py | ||
| celery_task_routes.py | ||
| ci-test.py | ||
| dev.py | ||
| helm.py | ||
| hobby.py | ||
| prod_without_db.py | ||