In python how to implement a thread which runs in the background (may be when the module loads) and calls the function every minute Monday to Friday 10 AM to 3 PM. For example the function should be called at:
10:01 AM 10:02 AM 10:03 AM . . 2:59 PM
Any pointers?
Environment: Django
Thanks