Closed NeonDaniel closed 7 months ago
Confirmed prior to the second commit that this did reduce logging to once every 30s. Issue partially attributable to a bug in Neon OS where the clock was not guaranteed to update before services start.
Attention: Patch coverage is 90.00000%
with 1 lines
in your changes are missing coverage. Please review.
Project coverage is 67.01%. Comparing base (
431edb5
) to head (3fb9e7a
). Report is 1 commits behind head on dev.
Files | Patch % | Lines |
---|---|---|
ovos_core/skill_manager.py | 90.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Update logging to prevent extra logs in the skill loading loop Optimize skill loading loop to exit more quickly and use fewer CPU cycles Closes #431