codeigniter4 / queue

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

Dev: Postgresql queue:jobs #45

Open kimoudev opened 1 month ago

kimoudev commented 1 month ago

Hello everyone, I don't know if you have performed any operations on postgresql. I can't consume the jobs php spark queue:job Email

attached the error image Capture d’écran 2024-07-10 à 22 30 10

Thanks,

warcooft commented 1 month ago

Same problem, currently I commented out this line of code to make it work with the postgres db driver:

https://github.com/codeigniter4/queue/blob/bcca098b104bd70c25620b5ba5acd2ee870d2556/src/Models/QueueJobModel.php#L56

kimoudev commented 1 month ago

Thanks! @warcooft