Hi,
what if the cron need 2-3 seconds? I have a big cronjob and get no email after executing. Is this why the cron take to much time?
Is there a error handling for big crons?
Greetings BMo
Hi,
what if the cron need 2-3 seconds? I have a big cronjob and get no email after executing. Is this why the cron take to much time?
Is there a error handling for big crons?
Greetings BMo
There's error handling for crons, it does whatever your server PHP configuration is set to do. Sometimes that's an error_log file in the main directory of your WordPress files. I suggest running your code first outside of this plugin to ensure it works first, then bringing it in.
This topic has been closed to new replies.