This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
Unable to launch a new process #69
Unanswered
saha-embedtech
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Versions
Description:
While using package, I'm getting this
Unable to launch a new process. {"exception":"[object] (Symfony\\Component\\Process\\Exception\\RuntimeException(code: 0): Unable to launch a new process. at /var/www/html/Laravel/vendor/symfony/process/Process.php:353)
. The package is working fine on everySecond and because of this it full the log file.Unable to launch a new process. {"exception":"[object] (Symfony\\Component\\Process\\Exception\\RuntimeException(code: 0): Unable to launch a new process. at /var/www/html/Laravel/vendor/symfony/process/Process.php:353) [stacktrace] #0 /var/www/html/Laravel/vendor/spatie/laravel-short-schedule/src/ShortScheduleCommand.php(78): Symfony\\Component\\Process\\Process->start() #1 /var/www/html/Laravel/vendor/spatie/laravel-short-schedule/src/ShortScheduleCommand.php(55): Spatie\\ShortSchedule\\ShortScheduleCommand->processCommand() #2 /var/www/html/Laravel/vendor/spatie/laravel-short-schedule/src/ShortSchedule.php(86): Spatie\\ShortSchedule\\ShortScheduleCommand->run() #3 /var/www/html/Laravel/vendor/react/event-loop/src/Timer/Timers.php(96): Spatie\\ShortSchedule\\ShortSchedule->Spatie\\ShortSchedule\\{closure}() #4 /var/www/html/Laravel/vendor/react/event-loop/src/StreamSelectLoop.php(184): React\\EventLoop\\Timer\\Timers->tick() #5 /var/www/html/Laravel/vendor/spatie/laravel-short-schedule/src/ShortSchedule.php(76): React\\EventLoop\\StreamSelectLoop->run()
Thank You
Beta Was this translation helpful? Give feedback.
All reactions