mvniekerk / tokio-cron-scheduler

Schedule tasks on Tokio using cron-like annotation
Apache License 2.0
529 stars 59 forks source link

Fix issues with signal handling not properly triggering shutdown #30

Closed tuck182 closed 2 years ago

tuck182 commented 2 years ago

Fixes #14

Also:

tuck182 commented 2 years ago

Happy to make changes or break this up into separate PRs if needed

mvniekerk commented 2 years ago

Hi @tuck182 Thanks for the PR. Looks good, thanks.