Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make scheduler execute yield during spawning of realizations
Starting the realizations in scheduler was blocking all other async tasks from running. Nothing could connect to ensemble evaluator during this. Under heavy load this could cause Monitor to time out and fail. Now we will sleep(0) between each time we create a new subprocess. This will allow other asyncio tasks to run.
- Loading branch information