Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/celery beat #395

Merged
merged 3 commits into from
Sep 6, 2024
Merged

Fix/celery beat #395

merged 3 commits into from
Sep 6, 2024

Commits on Sep 5, 2024

  1. Update celery beat entrypoint for celery 5

    The docs are here https://docs.celeryq.dev/en/stable/reference/celery.apps.beat.html
    This was breaking in production as we were using an outdated call to the celery beat binary. Help from this stack overflow comment: https://stackoverflow.com/a/65213590
    mgdaily committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ad51ad7 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    mgdaily committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    f74487d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Constrain celery's upper bound version to <6

    No more breaking changes, please.
    mgdaily committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1985958 View commit details
    Browse the repository at this point in the history