Skip to content

Add test for subprocesses in executor jobs#954

Open
bouthilx wants to merge 4 commits intoEpistimio:developfrom
bouthilx:hotfix/executor_subprocess
Open

Add test for subprocesses in executor jobs#954
bouthilx wants to merge 4 commits intoEpistimio:developfrom
bouthilx:hotfix/executor_subprocess

Conversation

@bouthilx
Copy link
Member

The functions executed by the executor may try to spawn subprocesses.
For instance, if the function needs to do wandb.init(), it will try to
spawn a subprocess. We need to support this functionality.

bouthilx and others added 4 commits June 27, 2022 16:16
The functions executed by the executor may try to spawn subprocesses.
For instance, if the function needs to do wandb.init(), it will try to
spawn a subprocess. We need to support this functionality.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants