At very least executor and resources are set on the parent process (manager) and get copied by the fork to worker processes.
We can either change this by setting up executor/forces later, or explicitly copy the data structures.
This is necessary for Windows support and some pytorch use-cases