🖥

Cronを秒単位で実行する原始的なハック

2023/08/26に公開

cronは秒指定に対応していない。

「sleepを挟んで何行も書く」というハックがStackoverflowで提案されていた。

* * * * * /some/command
* * * * * ( sleep 15 ; /some/command )
* * * * * ( sleep 30 ; /some/command )
* * * * * ( sleep 45 ; /some/command )

参考

ubuntu - Running a cron every 30 seconds - Stack Overflow

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

https://line.me/ti/g2/eEPltQ6Tzh3pYAZV8JXKZqc7PJ6L0rpm573dcQ

Twitter

https://twitter.com/YumaInaura

公開日時

2018-07-31

Discussion