I have a Django web service running and I need to run “python manage.py send_mail” every 2 minutes or so. Normally on a Linux server, I’d do this with crontab but I’m a little confused as to how to achieve this in a Render web service.
Any suggestion is welcome.