robfig / cron

a cron library for go
MIT License
13.14k stars 1.63k forks source link

subsecond scheduling for "@every" #534

Open gezimblliku opened 3 weeks ago

gezimblliku commented 3 weeks ago

Since subsecond scheduling is not supported even when using @ every, I forked the subject to remove the second limit (mostly to prevent long unit tests). I wanted to know the reason why this limitation is added first place,to prevent any degradation of performance or any potential misschedule of jobs?