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: