1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-18 21:59:30 +00:00

updated readme

This commit is contained in:
postmannen 2021-09-23 09:54:33 +02:00
parent 5204df4633
commit 0fe32e7043

View file

@ -65,7 +65,6 @@ The idea behind Steward is to help out with exactly these issues, allowing you t
- [Subject](#subject) - [Subject](#subject)
- [Complete subject example](#complete-subject-example) - [Complete subject example](#complete-subject-example)
- [TODO](#todo) - [TODO](#todo)
- [Implements a repeat and repeatInterval message field](#implements-a-repeat-and-repeatinterval-message-field)
- [Move the processes map into it's own go routine](#move-the-processes-map-into-its-own-go-routine) - [Move the processes map into it's own go routine](#move-the-processes-map-into-its-own-go-routine)
- [Services at startup of Steward. Could be implemented by having a local folder of messages to go through at startup. What is needed](#services-at-startup-of-steward-could-be-implemented-by-having-a-local-folder-of-messages-to-go-through-at-startup-what-is-needed) - [Services at startup of Steward. Could be implemented by having a local folder of messages to go through at startup. What is needed](#services-at-startup-of-steward-could-be-implemented-by-having-a-local-folder-of-messages-to-go-through-at-startup-what-is-needed)
- [Add Op option the remove messages from the queue on nodes](#add-op-option-the-remove-messages-from-the-queue-on-nodes) - [Add Op option the remove messages from the queue on nodes](#add-op-option-the-remove-messages-from-the-queue-on-nodes)
@ -994,10 +993,6 @@ For CliCommand message to a node named "ship1" of type Command and it wants an A
## TODO ## TODO
### Implements a repeat and repeatInterval message field
To specify how many times a message should be run and at what interval
### Move the processes map into it's own go routine ### Move the processes map into it's own go routine
Use channels to update and get values, and get rid of the use of mutex's. Use channels to update and get values, and get rid of the use of mutex's.