1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-15 17:51:15 +00:00
Commit graph

908 commits

Author SHA1 Message Date
postmannen
78a2b2bc56 fixed error in centralNodeName implementation 2021-03-12 11:13:42 +01:00
postmannen
18f6f2a6f1 centralNodeName flag 2021-03-12 10:41:03 +01:00
postmannen
8355f4154a sending errors from ringbuffer 2021-03-12 09:49:27 +01:00
postmannen
ca295d97d8 sending errors to central 2021-03-12 09:38:19 +01:00
postmannen
6400645283 error sending in getmessagesfromfile 2021-03-12 06:48:48 +01:00
postmannen
5c38d3e105 todo etc folder 2021-03-12 06:14:54 +01:00
postmannen
87dfbd987f updated doc 2021-03-12 06:01:26 +01:00
postmannen
80096efe24 updated comments and README 2021-03-11 17:14:43 +01:00
postmannen
f5b0d79981 renamed method types 2021-03-11 12:51:16 +01:00
postmannen
6864d7a946 request subscriber and non sequential processing of messages implemented. 2021-03-11 12:07:09 +01:00
postmannen
48399e1958 method ECHO 2021-03-11 06:34:36 +01:00
postmannen
8fdf82f8a2 named type procFunc 2021-03-10 14:14:09 +01:00
postmannen
f6771f1975 sam creation function 2021-03-10 07:11:14 +01:00
postmannen
077bbf37da Publishers as pure processes seems to initially work 2021-03-09 11:58:50 +01:00
postmannen
f2a07010d9 removed process dependency to server 2021-03-09 07:43:55 +01:00
postmannen
2a19ae451b added config and newMessagesCh to proc from server 2021-03-09 04:55:51 +01:00
postmannen
fdd05abd3d renamed method types 2021-03-09 03:18:42 +01:00
postmannen
d6310492a3 removed server from method type 2021-03-08 14:09:14 +01:00
postmannen
ae0e080f80 fixed procFuncs 2021-03-05 13:10:46 +01:00
postmannen
abf8c0d3c7 added procFunc concept, fixed race and timer issues 2021-03-04 16:27:55 +01:00
postmannen
9c9498341c removed *server dependency for newProcess() 2021-03-04 06:53:03 +01:00
postmannen
d38b9b03dc processes type, and moved check out of server closer to where they are needed 2021-03-03 15:44:32 +01:00
postmannen
d1b11c6bad fixed data race 2021-03-03 14:56:47 +01:00
postmannen
fb0121db7d refactoring into the process type 2021-03-03 14:14:32 +01:00
postmannen
65f2776519 updated comments 2021-03-03 12:45:46 +01:00
postmannen
4f106ea8cc rewrote the textlogger subscriber, fixed * in allowed publishers, cleaned up logging 2021-03-02 13:46:02 +01:00
postmannen
9553aec6bd put in default config if file do not exist 2021-03-02 06:51:08 +01:00
postmannen
069bf5a639 Creating config file, and storing flag values 2021-03-01 20:49:43 +01:00
postmannen
35e0c12109 removed the need for specifying the kind of event/command within a message. This is now picked from the generated subject 2021-03-01 17:08:40 +01:00
postmannen
52a92af20e renamed the ShellCommand type to CLICommand 2021-03-01 12:16:36 +01:00
postmannen
001b66944e updated todo list 2021-03-01 10:16:07 +01:00
postmannen
82c420bc54 ability to choose publishers on subscriber processes 2021-02-26 15:11:20 +01:00
postmannen
dc42ce29e9 add service for publishing hello I'm here messages 2021-02-26 09:02:53 +01:00
postmannen
f736212307 fixed send to yourself 2021-02-26 07:55:28 +01:00
postmannen
77df07533c Updated readme 2021-02-25 13:42:34 +01:00
postmannen
f49b4b3cf6 implemented message timeout and retry options 2021-02-25 13:08:10 +01:00
postmannen
9daa8ebcd6 refactored errorLogSend 2021-02-25 11:08:05 +01:00
postmannen
61e2343f18 refactored, and implemented error messages to central 2021-02-24 15:43:31 +01:00
postmannen
f812c4307e cleaning up restructuring 2021-02-24 10:58:02 +01:00
postmannen
af6a282b6a refactoring 2021-02-24 07:39:14 +01:00
postmannen
e19d76a5fc Changed to upercase const values for command and events, and added choosing of prometheus port 2021-02-22 09:33:37 +01:00
postmannen
25de8982b2 updated with overview svg file 2021-02-19 18:00:47 +01:00
postmannen
b608eb01ef implemented idea for handling metrics from processes 2021-02-19 16:58:16 +01:00
postmannen
41d8091506 rearranget structure, and moved starting of error kernel 2021-02-19 11:07:09 +01:00
postmannen
4e5acb111b reversed the subject structure order internally 2021-02-19 08:16:53 +01:00
postmannen
0fabb73cd9 added say hello handler, prometheus metrics, and correct handling of NACK messages 2021-02-18 14:27:53 +01:00
postmannen
6b59608c82 added initial prometheus exporter 2021-02-18 12:29:14 +01:00
postmannen
65c3eaacb0 checking for valid command type in json input config 2021-02-18 08:25:13 +01:00
postmannen
5524eb3d2b fixed typo in readme 2021-02-17 22:51:21 +01:00
postmannen
dbd38e5c7b updated README with correct values for new command type 2021-02-17 20:57:04 +01:00