dbader / schedule

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

Support for skipping the first waiting interval #548

Open serozhenka opened 1 year ago

serozhenka commented 1 year ago

Please, consider adding the ability to skip first wait interval to be able to run task as soon as scheduler started. We are already able to do it with scheduler.run_all(), but maybe you consider adding some additional argument to .do method or anywhere else?

cryptedx commented 1 year ago

I am also searching for this.

hcbland commented 1 year ago

+1

Vallith commented 1 year ago

I agree. This would be very helpful.