ExpandedPostings
: Allow promise execution when context was canceled but other callers are still waiting for results
#331
Labels
Is your feature request related to a problem? Please describe.
See #330 (comment)
When the context of the promise creator for ExpandedPostings is canceled, the promise will be canceled, even if there are other callers waiting for the promise result.
Describe the solution you'd like
Promise should be still executed when someone is waiting for its results.
Describe alternatives you've considered
Just let it be as it's now, because probably the entire request was canceled (promise share requests from same sharded query, if one sharded query is canceled, the other one is too, isn't it true?)
Additional context
#329
The text was updated successfully, but these errors were encountered: