You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Maximum job runtime is set in backend the following error log is created.
Notice: Use of undefined constant SIGINT - assumed 'SIGINT' in app/code/community/Aoe/Scheduler/Model/Schedule.php on line 484
Warning: posix_kill() expects parameter 2 to be long, string given in app/code/community/Aoe/Scheduler/Model/Schedule.php on line 484
Notice: Use of undefined constant SIGKILL - assumed 'SIGKILL' in app/code/community/Aoe/Scheduler/Model/Schedule.php on line 498
Warning: posix_kill() expects parameter 2 to be long, string given in app/code/community/Aoe/Scheduler/Model/Schedule.php on line 498
The text was updated successfully, but these errors were encountered:
When Maximum job runtime is set in backend the following error log is created.
Notice: Use of undefined constant SIGINT - assumed 'SIGINT' in app/code/community/Aoe/Scheduler/Model/Schedule.php on line 484
Warning: posix_kill() expects parameter 2 to be long, string given in app/code/community/Aoe/Scheduler/Model/Schedule.php on line 484
Notice: Use of undefined constant SIGKILL - assumed 'SIGKILL' in app/code/community/Aoe/Scheduler/Model/Schedule.php on line 498
Warning: posix_kill() expects parameter 2 to be long, string given in app/code/community/Aoe/Scheduler/Model/Schedule.php on line 498
The text was updated successfully, but these errors were encountered: