I use the python scheduler to run a proces in an interval of 3 seconds. But the ouput ( just a hello world ) run just one times. I run this function after the start of my django webserver, so it is necessary that this script run in the background.I use the python scheduler to run a proces in a