Uh oh!
There was an error while loading. Please reload this page.
Set Cancellable.token from async computation - #18238
Conversation
❗ Release notes required
|
majocha
commented
Jan 15, 2025
@auduchinok pls take a look. Searching for |
majocha
commented
Jan 15, 2025
I wonder if we could remove the cancellable CE altogether and just capture the cancellation token into AsyncLocal at all async service endpoints instead. |
auduchinok
commented
Jan 15, 2025
Sounds good! I think @vzarytovskii had a similar idea some time ago. |
majocha
commented
Jan 15, 2025
That would probably require converting all the |
auduchinok
commented
Jan 15, 2025
@majocha This is from the same test with this PR applied: |
Yes, I have another idea. Just define |
auduchinok
commented
Jan 15, 2025
@majocha Yes, with this patch all the tests are green 🎉 |
Fixes#18235