I can't run a cron job every minute, because even if I set the setting to run once per minute 1/1
, the system defaults it back to 1/15
after some time.
I've created a cron target script, that is meant to run twice per minute over a 15 times using sleep()
, but I'm getting a 504 Gateway Time-out
error less than 5 minutes into the script.
s there another way of getting it to work(tricking it) using php to prevent a timeout?