Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scheduler/analysis: Don't close queues
Before this commit the following test had the Worker processes crashing. ```python import pytest @pytest.mark.SchedulerTestConfig(start_processes=True) def test_bar(analysis_scheduler): assert False ```
- Loading branch information