codeigniter4 / queue

Queues for the CodeIgniter 4 framework
https://queue.codeigniter.com/
MIT License
45 stars 12 forks source link

queue:work default - error after start job #25

Closed rozpuh closed 10 months ago

rozpuh commented 10 months ago

CodeIgniter\CLI\CLI::print(): Argument #1 ($text) must be of type string, int given, called in \vendor\codeigniter4\queue\src\Commands\QueueWork.php on line 164

at SYSTEMPATH\CLI\CLI.php:449

Backtrace: 1 VENDORPATH\codeigniter4\queue\src\Commands\QueueWork.php:164 CodeIgniter\CLI\CLI::print()

2 SYSTEMPATH\CLI\Commands.php:65 CodeIgniter\Queue\Commands\QueueWork()->run()

3 SYSTEMPATH\CLI\Console.php:46 CodeIgniter\CLI\Commands()->run()

4 ROOTPATH\spark:102 CodeIgniter\CLI\Console()->run()