feat: add full worker dissociation from the proxy #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "guilhem/feat/worker"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR implements the containerization of the interaction with the slurm server from the proxy. The worker interacts only through RPC requests (passed over by valkey instance). No unmarshalling of arbitrary objects is done. This should reduce considerably the attack surface.