You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For debugging purposes, it would be nice to be able to "connect in SSH" to a worker. The way it would be implemented is by having a listen/notify in workers that would only react to commands with the worker name and that would send individual bash snippets. The worker would respond to those individual commands by executing them as individual bash script. The frontend would make it SSH/REPL like.
The text was updated successfully, but these errors were encountered:
For debugging purposes, it would be nice to be able to "connect in SSH" to a worker. The way it would be implemented is by having a listen/notify in workers that would only react to commands with the worker name and that would send individual bash snippets. The worker would respond to those individual commands by executing them as individual bash script. The frontend would make it SSH/REPL like.
The text was updated successfully, but these errors were encountered: