Shane Breeze
09/26/2023, 4:02 PMconcurrency(tag)
context and whenever I cancel a flow, the tasks don’t release the concurrency slot as they halt inside the context. I’m looking for something like:
try:
with concurrency(tag):
...
except CancellationRequest as e:
raise e