codeigniter4 / queue

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

fix: `connection` name for used handler #36

Closed michalsn closed 8 months ago

michalsn commented 8 months ago

Description This PR fixes the connection name we set in the queue_jobs_failed table. Now the name is properly set, depending on the used handler.

Checklist:

coveralls commented 8 months ago

Pull Request Test Coverage Report for Build 7434208947


Totals Coverage Status
Change from base Build 7357997125: 0.07%
Covered Lines: 487
Relevant Lines: 557

💛 - Coveralls
michalsn commented 8 months ago

Thank you!