-
Notifications
You must be signed in to change notification settings - Fork 6
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
Using django-celery-beat to manage periodic tasks #7
Comments
can i have this? would love to contribute. |
Hi, yeah sure you can implement this. |
seems like no one is helping on this issue. would you mind if i quickly wrap this up? so would you just like me to add a django celery beat? i do need a function to add in here to run. |
a bit unclear about which function i should plugin, so i am adding the process_logs celery function here. |
Hi @0x0elliot, the function you should plugin are Since the django-celery-beat will be used instead of this configuration you should also provide a way to load on the db the cron settings so when someone launches the containers the tasks will be already active. I'm thinking on putting a command after |
sorry, i am still catching up here but do you want to call |
rabbitMQ seems to be breaking for me and not working. weird. |
Hi, the |
It is still working for me. Can you print here the rabbitMQ logs, please? |
don't worry about that. it's just the delay in it starting for the first time when celery tries to connect to it that was bothering me. |
is this issue still open ? |
@ManofWax can i pick this up ? |
BuffaLogs is based on periodic tasks to detect anomalies. The configs for remote tasks are on django settings file.
We should use django-celery-beat to manage task scheduling configs, in this way we could allow users to edit and change task scheduling in realtime.
This implementation should also take care of loading the default django-celery-beat config when the system starts up the first time. It possible to do so using a django managment command and add it to the docker container start up script
The text was updated successfully, but these errors were encountered: