Uh oh!
There was an error while loading. Please reload this page.
fix: prefetcher leaks one message at max_tasks_to_execute boundary - #630
fix: prefetcher leaks one message at max_tasks_to_execute boundary#630PythonFZ wants to merge 7 commits into
prefetcher leaks one message at max_tasks_to_execute boundary#630Conversation
Hello. Thanks for your contribution. However, I'd love to move |
That is a good point, I added a broad Does that work for you or are there any concerns with calling |
Fix using
max_tasks_to_executecauses theprefetcherto pop tasks from the queue it has no intention of processing.Closes#528.