Hi,
I am setting up a new environment on a new server and I am trying to enable parallel processing of jobs. I am using Cron to run the jobs. I am using Cpanel on CloudLinux (I have root access if I need it to change something)
I am using PHP 7.4, I have checked to make sure pcntl and posix are installed.
I get the following error when enabling parallel processing:
[2020-09-07 03:02:10] Espo.ERROR: Uncaught Exception Spatie\Async\Output\ParallelError: "" at /home/kyledev/public_html/vendor/spatie/async/src/Output/ParallelError.php line 11 {"exception":"[object] (Spatie\\Async\\Output\\ParallelError(code: 0): at /home/kyledev/public_html/vendor/spatie/async/src/Output/ParallelError.php:11)"} []
Is there any specific Apache settings I need to check or anything else I should do?
I have tried using mod_mpm_prefork as well as mod_mpm_worker but get the same error.
Any help greatly appreciated.
Regards
Kyle
I am setting up a new environment on a new server and I am trying to enable parallel processing of jobs. I am using Cron to run the jobs. I am using Cpanel on CloudLinux (I have root access if I need it to change something)
I am using PHP 7.4, I have checked to make sure pcntl and posix are installed.
I get the following error when enabling parallel processing:
[2020-09-07 03:02:10] Espo.ERROR: Uncaught Exception Spatie\Async\Output\ParallelError: "" at /home/kyledev/public_html/vendor/spatie/async/src/Output/ParallelError.php line 11 {"exception":"[object] (Spatie\\Async\\Output\\ParallelError(code: 0): at /home/kyledev/public_html/vendor/spatie/async/src/Output/ParallelError.php:11)"} []
Is there any specific Apache settings I need to check or anything else I should do?
I have tried using mod_mpm_prefork as well as mod_mpm_worker but get the same error.
Any help greatly appreciated.
Regards
Kyle
Comment