queue
queue copied to clipboard
Queues for the CodeIgniter 4 framework
Issue Description: I have identified a bug in the CodeIgniter 4 queue system. When a task fails during execution, and that task involves a transaction, it fails to log the...
When retrieving jobs in a queue the function skipLocked() is called (QueueJobModel.php). The sql addon "FOR UPDATE SKIP LOCKED" is not available in new but not the newest MariaDB versions....
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 à...
**Description** This PR ensures that the queue uses the correct connection group defined in the config file and disables strict mode for transactions. Due to the nature of the queue...
**Description** This PR adds tests for all database handlers. **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [...