dbader / schedule

Python job scheduling for humans.
https://schedule.readthedocs.io/
MIT License
11.71k stars 960 forks source link

Support half second which like every(0.5).second? #544

Open zachary opened 2 years ago

zachary commented 2 years ago

like the subject, please advise it. thanks

serozhenka commented 1 year ago

Good day of the day zachary!

In your job_func you can just create call your another function sleep for 0.5 seconds and call it one more time.