开发者

CRON expression - smallest interval?

开发者 https://www.devze.com 2023-01-29 17:02 出处:网络
Is it possible to开发者_如何学Python define an interval less than a second with a CRON expression?The smallest interval you can describe in a Cron expression is actually one minute. Any less than that

Is it possible to开发者_如何学Python define an interval less than a second with a CRON expression?


The smallest interval you can describe in a Cron expression is actually one minute. Any less than that and you need to handle the intervals otherwise. How about starting your script and just sleeping for less than and a second between every action?

0

精彩评论

暂无评论...
验证码 换一张
取 消