queue icon indicating copy to clipboard operation
queue copied to clipboard

feat: add support for task locks

Open michalsn opened this issue 8 months ago • 1 comments

Description This PR adds support for task locking, enabling integration with the Tasks scheduler's singleInstance() feature.

Note: This PR is only required if the corresponding PR in the Tasks package is merged: https://github.com/codeigniter4/tasks/pull/186

Checklist:

  • [x] Securely signed commits
  • [ ] Component(s) with PHPDoc blocks, only if necessary or adds value
  • [x] Unit testing, with >80% coverage
  • [ ] User guide updated
  • [x] Conforms to style guide

michalsn avatar Apr 25 '25 18:04 michalsn

Pull Request Test Coverage Report for Build 14678699394

Details

  • 16 of 16 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.3%) to 92.287%

Totals Coverage Status
Change from base Build 14492436654: 0.3%
Covered Lines: 682
Relevant Lines: 739

💛 - Coveralls

coveralls avatar Apr 25 '25 18:04 coveralls

Thank you @paulbalandan

michalsn avatar May 05 '25 06:05 michalsn