[Fixed]-How to get Django to send requests every 5 minutes

1👍

I had the same tasks in my applications.
Using something like ZeroMQ, Celery or RabbitMQ is rather sophisticated and excess for such a task. Django allows you to install CRON in your virtualenv. Look at the django-crontab.

👤Balas

Leave a comment