-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Commands to be executed from the work server to a client worker are as follows.
template template
- deploy guid, dir
- export dir, to json file
- exportmulti dir, to json file
- execute dir
- upload path, file contents (saves file to disk)
- download path (downloads file from disk)
For each command the following must be implemented
a. Command can be sent to the server
b. Command can be sent from the server to a subscribed worker denoted by an id
c. A subscribed client which is not working at this moment is sent a worker job due to it not being busy
d. When a client finished working it sends to response back to the server
e. Server can be instructed to execute a command from REST API
f. Result of a command is stored on server
g. Result of command can be queried
Metadata
Metadata
Assignees
Labels
No labels