What is the allowed minimum interval for cron? I tried to run a php script every 1 min but it doenst work.
Code:1 * * * * php -q /home/myuser/some.php
x10hosting's free-hosting "Terms of Service" (TOS) - which you have a link for in your sigYou should be able to have crons every minute.
what it does not say is - if two or more Cron jobs start within less than five minutes between them - the 'system' will delete them from your accountCRON
We do not allow more than one cronjob execution within a 5 minute time period per account. This means if you have two crons you must make sure that both do not go off within 5 minutes of each other. Auto-Generated Content: Sites that use scripts or applications to automatically generate content are prohibited...