Lee Saferite

Results 37 comments of Lee Saferite

The cron jobs should run as the same user that your PHP processes are running. Generally this means if you are running apache then cron should run as Apache (www-data...

Well, I guess this qualifies as a bug, so no need to open a new one.

@durzel No, I think this is good enough to address the issue. That's for the report.

@colinmollenhour I'm not a big fan of the locking actually. I did a massive rewrite of how jobs were run but never finished and merged it into master. I'll have...

More than likely you have a cli config for PHP that sets the max execution time to 10 minutes. http://php.net/manual/en/info.configuration.php#ini.max-execution-time You could also look into dynamically extending the execution time...

The PHP settings in the .htaccess file only apply to web requests. The cron process runs as a CLI request and would use the PHP ini file. Depending on your...

Always the bash shell script. It has some checks to prevent parallel execution of the cron system.

There isn't enough information here to help troubleshoot. Please provide the error message, stack trace, and class file that are having the issue so I can see if there is...

Do you have multiple nodes running?

Try increasing the memory allocated to the VM