Skip to content

fix: round-trip timedelta cron offset - #679

Merged
danfimov merged 1 commit into
masterfrom
fix-605-cron-offset-roundtrip
Sep 17, 2026
Merged

danfimov merged 1 commit into
masterfrom
fix-605-cron-offset-roundtrip

Conversation

@danfimov

Copy link
Copy Markdown
Member

Closes #605

@danfimov danfimov self-assigned this Sep 17, 2026
@danfimov
danfimov requested review from GefMar and s3rius September 17, 2026 17:04
@codecov

codecov Bot commented Sep 17, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 94.44444% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 85.37%. Comparing base (1bcb01a) to head (500720f).

Files with missing lines Patch % Lines
taskiq/scheduler/scheduled_task/validators.py 92.85% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #679      +/-   ##
==========================================
+ Coverage   85.33%   85.37%   +0.03%     
==========================================
  Files          68       68              
  Lines        2646     2660      +14     
==========================================
+ Hits         2258     2271      +13     
- Misses        388      389       +1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@danfimov
danfimov merged commit 8a1b04d into master Sep 17, 2026
35 checks passed
@danfimov
danfimov deleted the fix-605-cron-offset-roundtrip branch September 17, 2026 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Scheduler's CronSpec does not work with datetime.timezone offset

2 participants