Skip to content

Feat: Enable Sentry CeleryIntegration in worker init#827

Open
vprashrex wants to merge 1 commit into
mainfrom
chore/enable-sentry-celery-integration
Open

Feat: Enable Sentry CeleryIntegration in worker init#827
vprashrex wants to merge 1 commit into
mainfrom
chore/enable-sentry-celery-integration

Conversation

@vprashrex
Copy link
Copy Markdown
Collaborator

@vprashrex vprashrex commented May 12, 2026

Summary

Target issue is #PLEASE_TYPE_ISSUE_NUMBER
Explain the motivation for making this change. What existing problem does the pull request solve?

Enable Sentry's CeleryIntegration in Celery worker observability init so Celery task errors and performance data flow to Sentry. Previously the integration was explicitly disabled, which suppressed Celery-level instrumentation.

Configured with:

  • propagate_traces=False — avoid linking unrelated task chains into single traces.
  • monitor_beat_tasks=False — skip Beat cron monitor checkins (not used).

Removed CeleryIntegration() from disabled_integrations since it is now active.

Checklist

Before submitting a pull request, please ensure that you mark these task.

  • Ran fastapi run --reload app/main.py or docker compose up in the repository root and test.
  • If you've fixed a bug or added code that is tested and has test cases.

Notes

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 12, 2026

Warning

Rate limit exceeded

@vprashrex has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 50 minutes and 56 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 0af434e1-7b84-44f3-8893-f56b24a14e52

📥 Commits

Reviewing files that changed from the base of the PR and between e8d87ff and 745b4b7.

📒 Files selected for processing (1)
  • backend/app/celery/celery_app.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/enable-sentry-celery-integration

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@vprashrex vprashrex requested a review from AkhileshNegi May 12, 2026 03:48
@vprashrex vprashrex self-assigned this May 12, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@vprashrex vprashrex requested review from Prajna1999 and removed request for AkhileshNegi May 12, 2026 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant