taskiq-python / taskiq

Distributed task queue with full async support
MIT License
694 stars 44 forks source link

Added skip-first-run option for scheduler. #253

Closed s3rius closed 7 months ago

s3rius commented 7 months ago

Added option for scheduler to wait until the start of a next minute.

codecov-commenter commented 7 months ago

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (78a47bc) 77.36% compared to head (377ac3f) 77.10%.

Files Patch % Lines
taskiq/cli/scheduler/run.py 14.28% 6 Missing :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #253 +/- ## =========================================== - Coverage 77.36% 77.10% -0.26% =========================================== Files 60 60 Lines 1736 1743 +7 =========================================== + Hits 1343 1344 +1 - Misses 393 399 +6 ```

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