spatie / async

Easily run code asynchronously
https://spatie.be/en/opensource/php
MIT License
2.65k stars 179 forks source link

Spatie\Async\Output\ParallelError #194

Closed alexgarciab closed 2 years ago

alexgarciab commented 2 years ago

Spatie\Async\Output\ParallelError

at vendor/spatie/async/src/Output/ParallelError.php:11 7▕ class ParallelError extends Exception 8▕ { 9▕ public static function fromException($exception): self 10▕ { ➜ 11▕ return new self($exception); 12▕ } 13▕ 14▕ public static function outputTooLarge(int $bytes): self 15▕ {

+5 vendor frames 6 app/Console/Commands/read.php:48 Spatie\Async\Pool::wait()

+13 vendor frames 20 artisan:37 Illuminate\Foundation\Console\Kernel::handle()

Why is this happening?

alexgarciab commented 2 years ago

No solution found

reynoldspaul commented 2 years ago

Same error

safarovitch commented 1 year ago

Same error

ijazahmedbhatti commented 9 months ago

Same error

bruno-lp commented 2 days ago

Same error