@Miaourt Just high level making sure you handle cancellation in every program that uses async code. It can be hard to answer "What is the best way to handle this long running task needing to stop half way through at arbitrary points". In my case it's needing to stop indexing events from a queue due to teardown of the indexer instance.