-
Notifications
You must be signed in to change notification settings - Fork 61
feat(Statement): Add alternative publish to queue logic without using Redis (LLC-2162) #890
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
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #890 +/- ##
==========================================
- Coverage 94.25% 93.88% -0.37%
==========================================
Files 652 655 +3
Lines 7100 7147 +47
Branches 789 795 +6
==========================================
+ Hits 6692 6710 +18
- Misses 286 315 +29
Partials 122 122
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
| export default once((): (() => Promise<SQSClient>) => { | ||
| return once(async () => { |
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.
@PrinceWaune , double once? 👀
crazy-grizzly
left a comment
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.
LGTM 👍
|
🎉 This PR is included in version 7.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Closes LLC-2162.