Issues with Effect and Tinypool for Managing Side Effects in Test Specs
Hello all, has any of you used Effect with tinypool before?
I’m in a terrible situation where a wrapped Vitest process never completes when processing 100+ test specs, seemingly with too many open file handles.
I was hoping the effect runtime would be able to manage my side effects and allow the underlying process to exit properly - but is this a bit optimistic unless I do some serious rework?
I’m in a terrible situation where a wrapped Vitest process never completes when processing 100+ test specs, seemingly with too many open file handles.
I was hoping the effect runtime would be able to manage my side effects and allow the underlying process to exit properly - but is this a bit optimistic unless I do some serious rework?
