Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/more_error_tests' into more_erro…
Browse files Browse the repository at this point in the history
…r_tests
  • Loading branch information
jan-janssen committed Dec 24, 2024
2 parents bf8c80e + 7759fb2 commit 3e3140b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion executorlib/interactive/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ def __init__(
super().__init__(max_cores=executor_kwargs.get("max_cores", None))
executor_kwargs["future_queue"] = self._future_queue
executor_kwargs["spawner"] = spawner
executor_kwargs["queue_join_on_shutdown"] = False # The same queue is shared over multiple threads
executor_kwargs["queue_join_on_shutdown"] = (
False # The same queue is shared over multiple threads
)
self._set_process(
process=[
RaisingThread(
Expand Down

0 comments on commit 3e3140b

Please sign in to comment.