From 0fe32e70431dd06b5a889172922bf800f8938cf6 Mon Sep 17 00:00:00 2001 From: postmannen Date: Thu, 23 Sep 2021 09:54:33 +0200 Subject: [PATCH] updated readme --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index e7edf09..ada2ffc 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,6 @@ The idea behind Steward is to help out with exactly these issues, allowing you t - [Subject](#subject) - [Complete subject example](#complete-subject-example) - [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) - [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) @@ -994,10 +993,6 @@ For CliCommand message to a node named "ship1" of type Command and it wants an A ## 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 Use channels to update and get values, and get rid of the use of mutex's.