codeigniter4 / tasks

Task Scheduler for CodeIgnter 4
https://tasks.codeigniter.com/
MIT License
94 stars 21 forks source link

Fixed the WARNING: Task running is currently disabled. message appear… #136

Closed ChoMPi0 closed 9 months ago

ChoMPi0 commented 10 months ago

Fixed the WARNING: Task running is currently disabled. message appearing even when tasks are enabled.

Description This warning message is wrongfully displayed because the setting that's being check is Tasks.logPerformance instead of Tasks.enabled

Checklist:

coveralls commented 10 months ago

Pull Request Test Coverage Report for Build 6771252114


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/Commands/Lister.php 0 1 0.0%
<!-- Total: 0 1 0.0% -->
Totals Coverage Status
Change from base Build 6639980432: 0.0%
Covered Lines: 332
Relevant Lines: 422

💛 - Coveralls
kenjis commented 9 months ago

@ChoMPi0 Thank you!