Skip to content

fix(celery): Latency should be in milliseconds, not seconds #4637

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 29, 2025

Conversation

sentrivana
Copy link
Contributor

Fixes #4636

Copy link

codecov bot commented Jul 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.61%. Comparing base (19ed1bb) to head (eb19c7d).
⚠️ Report is 2 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4637      +/-   ##
==========================================
- Coverage   80.65%   80.61%   -0.04%     
==========================================
  Files         156      156              
  Lines       16513    16514       +1     
  Branches     2806     2806              
==========================================
- Hits        13318    13313       -5     
- Misses       2307     2312       +5     
- Partials      888      889       +1     
Files with missing lines Coverage Δ
sentry_sdk/integrations/celery/__init__.py 86.61% <100.00%> (+0.05%) ⬆️

... and 1 file with indirect coverage changes

@sentrivana sentrivana marked this pull request as ready for review July 29, 2025 11:11
@sentrivana sentrivana requested a review from a team as a code owner July 29, 2025 11:11
@sentrivana sentrivana merged commit fd7dca4 into master Jul 29, 2025
138 checks passed
@sentrivana sentrivana deleted the ivana/fix-latency-unit branch July 29, 2025 11:17
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.

Queue latency with Celery integration interpreted as milliseconds, whereas it's computed in seconds
2 participants