Skip to content

Commit

Permalink
fix(crons): Add note that certain celery schedules are not supported (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
davidenwang committed Jun 5, 2024
1 parent 98db824 commit fc76dfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/platforms/python/integrations/celery/crons.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ app.conf.beat_schedule = {
},
}
```
<Note>
Please note that only crontab parseable schedules will be successfully upserted.
</Note>

Next, we need to initialize Sentry. Where to do this depends on how you run beat:
- If beat is running in your worker process (that is, you're running your worker with the `-B`/`--beat` option), initialize Sentry in either the `celeryd_init` or `beat_init` signal.
Expand Down

0 comments on commit fc76dfe

Please sign in to comment.