Replies: 1 comment 2 replies
-
Hi, thanks for your interest. You are correct that indefinitely running processes aren't the main goal, but technically it can allow it. Maybe the main issue you will run up against is that currently there isn't great tools for streaming back the output (although there is a remote TTY feature that could maybe be used for such a thing) As for networking though, we don't currently support jobs accessing the host's networking unless the job is run "locally" (not sent to a remote worker.) Some kind of networking communication between jobs is a planned feature at some point though. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've looked at the documentation some and see that indefinitely running processes aren't the main goal, but it can be done. Can the jobs make heavy use of networking to talk to each other and other computers?
I can describe my use case more here but I have this already:
https://users.rust-lang.org/t/cli-tool-written-in-rust-to-launch-a-bunch-of-processes-given-a-config-file/120630
Beta Was this translation helpful? Give feedback.
All reactions