-
Notifications
You must be signed in to change notification settings - Fork 17
Description
PHP Version
8.2.29
CodeIgniter4 Version
4.6.4
Queue Package Version
Which operating systems have you tested for this bug?
Windows
Which server did you use?
cgi-fcgi
Queue Driver
database
Queue Configuration
What happened?
Worker does not start
when update codeigniter4/queue to latest dev-develop branch commit b4a440c
I got an error:
[Error] Undefined constant "CodeIgniter\Queue\Compatibility\SIGTERM" at VENDORPATH\codeigniter4\queue\src\Compatibility\SignalTrait.php:106
Backtrace: 1 VENDORPATH\codeigniter4\queue\src\Commands\QueueWork.php:153 CodeIgniter\Queue\Commands\QueueWork()->registerSignals()
2 SYSTEMPATH\CLI\Commands.php:74 CodeIgniter\Queue\Commands\QueueWork()->run([...])
3 SYSTEMPATH\CLI\Console.php:47 CodeIgniter\CLI\Commands()->run('queue:work', [...])
4 SYSTEMPATH\Boot.php:388 CodeIgniter\CLI\Console()->run()
5 SYSTEMPATH\Boot.php:133 CodeIgniter\Boot::runCommand(Object(CodeIgniter\CLI\Console))
6 ROOTPATH\spark:87 CodeIgniter\Boot::bootSpark(Object(Config\Paths))
then when we back to commit cc3c6c4 every thing works fine.