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
Is there a convenient way to describe commands? That is, specify how to identify any output files names which should be modified to write to a temporary location and sent back. One example is running unit test commands.
Another issue with this is how to send environment variables. If the server is started under a Makefile, the environment may already be setup. Does the client need to capture and transmit any environment info to send with the task?
The text was updated successfully, but these errors were encountered:
Is there a convenient way to describe commands? That is, specify how to identify any output files names which should be modified to write to a temporary location and sent back. One example is running unit test commands.
Another issue with this is how to send environment variables. If the server is started under a Makefile, the environment may already be setup. Does the client need to capture and transmit any environment info to send with the task?
The text was updated successfully, but these errors were encountered: