My crontab runs a cron every 5 minutes... If the cron needs more than 5 minutes to run, can this be a problem?? Can the problem be with the commands the cron runs?

Thanks for your answer ;-)

link|improve this question

0% accept rate
feedback

1 Answer

cron should have no problem running your task again even though the first one isn't finished.

Although, a problem could arise depending on the commands you are running (i.e. if they both write to the same file)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.