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

How do you add celery beat to this? Can it be on the existing celery service? #16

Open
vivekrc opened this issue Aug 18, 2023 · 1 comment

Comments

@vivekrc
Copy link

vivekrc commented Aug 18, 2023

No description provided.

@vivekrc vivekrc changed the title How do you add celery beat to this? Can be be on the exisitng celery service? How do you add celery beat to this? Can it be on the existing celery service? Aug 19, 2023
@maebert
Copy link

maebert commented Jun 10, 2024

For the record, you can certainly do this, just change the startCommand in your render.yml to include both commands, separated by an ampersand:

celery --app myApp beat & celery --app myApp worker

This will cause celery-beat to be run in the background.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants