-
-
Notifications
You must be signed in to change notification settings - Fork 939
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
Add support for Google Pub/Sub as transport broker #2147
Add support for Google Pub/Sub as transport broker #2147
Conversation
* Add tests * Add docs
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2147 +/- ##
==========================================
+ Coverage 80.50% 80.99% +0.48%
==========================================
Files 76 77 +1
Lines 9179 9585 +406
Branches 1125 1168 +43
==========================================
+ Hits 7390 7763 +373
- Misses 1601 1620 +19
- Partials 188 202 +14 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix CI failures 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also please change back to draft until the CI fully passes.
Feel free to ping me when it's ready for review!
@Nusnus , I can't re-trigger those without maintainer approval :( |
ping :) |
My bad - I have last tiny nit, |
Go for it 💯 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the great contribution!
Amazing work, end to end.
Well done 💯👏
I'm going to release a new version soon. |
@Nusnus , However this one celery/celery#9351 |
Add support for GCP Pub/Sub
Fix: #705
Fix: celery/celery#3984