Hey,
have a tech question for the root server.
currently i have added a cron script that run a filename.php script every 1 min (applys watermark to set of images)
I have issue where the Cron script is not waiting until the first job gets done .
for example i have one Cron job that run every 1min (run a PHP script file). issue is the Cron job is not wait until the first php script run is finished it just keeps triggering it over and over. any way to make Cron scripts wait until the job is done running before it try to run again? i understand normally its suppose to do that. yet for me it just run script every 1min even if its done running or not, causing issue. any options?
any options or method i may use so cron script want keep overlapping its task every one Min. ,Cron job should wait until its done running normally?, so if 2min comes up it want re trigger unless its already running.
thanks for any help! cheers!