mvniekerk / tokio-cron-scheduler

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

Fix issues with signal handling not properly triggering shutdown #30

Closed tuck182 closed 1 year ago

tuck182 commented 1 year ago

Fixes #14

Also:

tuck182 commented 1 year ago

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

mvniekerk commented 1 year ago

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