-
Notifications
You must be signed in to change notification settings - Fork 31
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
Enqueue one task per root_promise_id #448
Conversation
@dfarr I am still unsure how to add dst to this change, any pointers will be appreciated. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #448 +/- ##
==========================================
+ Coverage 55.28% 55.34% +0.06%
==========================================
Files 119 119
Lines 13753 13872 +119
==========================================
+ Hits 7603 7678 +75
- Misses 5686 5726 +40
- Partials 464 468 +4 ☔ View full report in Codecov by Sentry. |
Sorry for being anal here:
|
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.
🎉
Enqueue a single task per root_promise_id. This is necessary to prevent extra work happening for a single promise id.