mirror of
https://github.com/postmannen/ctrl.git
synced 2024-12-14 12:37:31 +00:00
changed cmd structure, and todo list
This commit is contained in:
parent
aa20687d76
commit
6bcb6e95c4
3 changed files with 20 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -9,4 +9,6 @@ var/
|
|||
store.log
|
||||
changes.md
|
||||
steward.sock
|
||||
ships/
|
||||
.gitignore
|
||||
testing_messages/
|
18
README.md
18
README.md
|
@ -536,7 +536,23 @@ For CliCommand message to a node named "ship1" of type Command and it wants an A
|
|||
|
||||
## TODO
|
||||
|
||||
- Implement a workflow request type that will allow steps to be executed, and rollback if something failed during execution.
|
||||
### Workflow request type
|
||||
|
||||
Implement a workflow request type that will allow steps to be executed, and rollback if something failed during execution.
|
||||
|
||||
### Reply messages naming
|
||||
|
||||
For reply messages, put the "reply" part at the end of the subject instead of the beginning.
|
||||
|
||||
### Visualize the id of a process in the ps listing, and what they do
|
||||
|
||||
Processes gets their name based on the REQ type of subject the belong to. If two processes who does the same thing is started they will get the same process name.
|
||||
|
||||
Change so processes also show the processID,and also possibly the data field it is working on, so it is possible to distinguish more processes for the same REQ type.
|
||||
|
||||
Also maybe put in a timer for showing how long a process have been running.
|
||||
|
||||
|
||||
|
||||
## Disclaimer
|
||||
|
||||
|
|
Loading…
Reference in a new issue