0

In my application, I want to run some function once after a certain time interval since the object is created. Is django-celery-beat the right tool for doing this?

1
  • Yes, celery beat is the way to go for scheduling background tasks. Commented Nov 2, 2024 at 15:39

1 Answer 1

0

Yes, Celery Beat is good for background tasks. However, sometimes integrating Celery into our project is a bit difficult. If you have a small task for the background process, I recommend using django-rq.

here is the official link for your reference:

https://pypi.org/project/django-rq/0.2.1/

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.