Cron - How can I create a cronjob that runs every 15 seconds?

Posted by John Himmelman on Stack Overflow See other posts from Stack Overflow or by John Himmelman
Published on 2010-05-11T15:34:44Z Indexed on 2010/05/11 15:54 UTC
Read the original article Hit count: 230

Filed under:
|

It seems that Cron doesn't support a seconds interval. What is the easiest way to run a cli script (php) every 15 seconds? Is there a cron tool that works specifically with seconds (then I could use Cron to call it every minute)?

© Stack Overflow or respective owner

Related posts about cron

Related posts about cronjob