Closed cottsay closed 1 year ago
Are there any hard limits we need to be aware of like a max number of threads / futures in the Python runtime or will the runtime manage those for us?
Are there any hard limits we need to be aware of like a max number of threads / futures in the Python runtime or will the runtime manage those for us?
I have no clue, but I can't imagine we'd ever hit it, given that we'd need that number of simultaneously executable jobs. My motivation for this change is to provide a mechanism to actually disable this limiter to make room for other job restriction approaches, like a jobserver.
Two changes: