I have made a Django project and I would like to run several scripts automatically, some of them every minutes other every hour ...
My first thoughts were to make a custom Django command and create a crontab.
Django - Set Up A Scheduled Job?
Like this.
I'm looking for if there is a better way in 2019 to made it or eventually if Django framework implemented this functionnality.
My project work with docker (Image : Python / OS :Ubuntu).
Thanks