Non Blocking Scheduled tasks in python
A lot of times we need to run some kind of automatic update scripts in our python api webserver.
One example of it might be automatically fetching and updating your machine learning models if they have been updated in a remote location with least disruption.
Also the automatic update task