Set sleep 4 secconds for cronjob on appache server

Viewed 12

I am running a cronjob that is suppose to run every 4 secconds. I have installed it like this but it will not run every 4 secconds. Instead it will run every 1 minute.

How do I make the cronjob execute the php every 4 secconds? I have been searching but all i can find is the sleep option, which is not working.

The hosting is using appache.

0 Answers
Related