adhocore / gronx

Lightweight, fast and dependency-free Cron expression parser (due checker, next/prev due date finder), task runner, job scheduler and/or daemon for Golang (tested on v1.13+) and standalone usage. If you are bold, use it to replace crontab entirely.
https://github.com/adhocore/gronx
MIT License
422 stars 25 forks source link

feat: add stop for tasker #36

Closed rfyiamcool closed 8 months ago

rfyiamcool commented 8 months ago

summary

add stop() for task manger.

codecov-commenter commented 8 months ago

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 94.46%. Comparing base (d3b6afc) to head (f155865).

Files Patch % Lines
pkg/tasker/tasker.go 0.00% 2 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #36 +/- ## ========================================== - Coverage 94.78% 94.46% -0.32% ========================================== Files 9 9 Lines 594 596 +2 ========================================== Hits 563 563 - Misses 16 18 +2 Partials 15 15 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.