1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-14 12:37:31 +00:00
Commit graph

913 commits

Author SHA1 Message Date
postmannen
aa20687d76 more specific error message 2021-06-08 03:11:22 +02:00
postmannen
0d460c8ebb fixed naming of hello node subject 2021-05-28 16:50:48 +02:00
postmannen
68a0b50801 Added env for initial configfolder location 2021-05-28 14:48:53 +02:00
postmannen
495442079a Added retry if no nats server available at startup 2021-05-25 10:23:27 +02:00
postmannen
d9cd986426 set nats maxreconnects to unlimited 2021-05-21 13:33:03 +02:00
postmannen
be8008b5a0 fixed bug where error message failed when kv store where missing 2021-05-21 08:21:17 +02:00
postmannen
91ac5da4d6 added nkey seed 2021-05-20 12:27:25 +02:00
postmannen
4ba3a599a4 added docker file and flag for nkey seed file 2021-05-14 15:23:04 +02:00
postmannen
0b44f1d339 changed config directories handling 2021-05-12 09:50:03 +02:00
postmannen
02ccc9f208 added TLS option 2021-04-19 21:06:37 +02:00
postmannen
3859ae6b9b fixed closed channel issue, and tail timeout ctx 2021-04-16 23:58:43 +02:00
postmannen
2877bf3a58 updated readme 2021-04-16 21:19:19 +02:00
postmannen
243c98ad0c updated readme 2021-04-16 15:27:28 +02:00
postmannen
64a22c84e9 removed printf's, or made them into log's 2021-04-16 13:43:58 +02:00
postmannen
fde053a0cb error handling on newserver 2021-04-16 13:18:10 +02:00
postmannen
e538485b84 changed log output for commandorevent available 2021-04-16 12:45:14 +02:00
postmannen
a335c8c33a fixed error in log node directory creation 2021-04-16 12:38:48 +02:00
postmannen
9bbff0ad84 renamed message field replyTimeout to replyACKTimeout 2021-04-15 10:52:38 +02:00
postmannen
8efecdb18e renamed message timeout field to ACKTimeout 2021-04-15 10:33:44 +02:00
postmannen
aa1fbbeb3b updated readme 2021-04-15 07:52:42 +02:00
postmannen
c18172d233 updated nats version 2021-04-14 14:12:38 +02:00
postmannen
526819f608 updated readme 2021-04-13 17:59:30 +02:00
postmannen
0ae559c71f central error logger 2021-04-13 17:48:25 +02:00
postmannen
ba06ffde5b Renamed REQTextToConsole to REQToConsole 2021-04-13 17:22:25 +02:00
postmannen
08f6f21691 rename REQTextToFile to REQToFile 2021-04-13 17:15:13 +02:00
postmannen
dba69fd90c Renamed REQToAppendFile to REQToFileAppend 2021-04-13 15:54:04 +02:00
postmannen
ac751ee4b5 added functionality for replyMethod in message 2021-04-13 15:28:54 +02:00
postmannen
b2f47d8a75 renamed reqestTimeout to replyTimeout 2021-04-13 14:37:17 +02:00
postmannen
2ea53e1432 added initial replyMethod 2021-04-13 13:50:00 +02:00
postmannen
a6aa8fe4c8 added O_SYNC to log file opening 2021-04-13 13:25:44 +02:00
postmannen
ed74b2e5a1 initial tailing of files seems to work 2021-04-13 11:28:52 +02:00
postmannen
64af20adf7 working on map value instead of directly on the map 2021-04-13 07:58:26 +02:00
postmannen
30564f09ae removed not used function 2021-04-13 07:45:14 +02:00
postmannen
4fde415648 writing to log file for REQn messages 2021-04-12 17:03:10 +02:00
postmannen
64909bfe17 changed metric label 2021-04-12 16:49:16 +02:00
postmannen
db7ff9c63a added name and time to hello node metric 2021-04-12 16:40:18 +02:00
postmannen
f32dafc806 Added metric for running processes by name 2021-04-12 15:35:20 +02:00
postmannen
1acddfa8b4 rewrote prometheus metrics handling 2021-04-12 10:51:26 +02:00
postmannen
393c9b63b2 added ungrouped svg 2021-04-12 05:41:19 +02:00
postmannen
75bbbaa4e4 Update readme with new op commands 2021-04-09 19:23:08 +02:00
postmannen
efb49b7193 Implemented arguments structure for op commands 2021-04-09 18:20:04 +02:00
postmannen
f1359e45d9 moved startup pub/sub into process structure 2021-04-09 11:30:40 +02:00
postmannen
c091ebfa38 moved all starting of pub/sub procs under process 2021-04-08 13:43:47 +02:00
postmannen
ab49f5a4de op startProc initially seems to work 2021-04-08 12:51:54 +02:00
postmannen
e2f56e4427 OpStop deleting map value, not yet nats subscriber 2021-04-08 07:07:13 +02:00
postmannen
a44e003ff5 initial ctx for subscribers, and handFuncs implemented 2021-04-07 18:54:08 +02:00
postmannen
12db6fbd6a Initial ctx for publishers implemented 2021-04-07 18:05:07 +02:00
postmannen
d909784094 Start proc via message, moved nats.conn into process 2021-04-07 16:45:51 +02:00
postmannen
92addf50bc changed file extension to need to prefix with dot 2021-04-07 08:16:22 +02:00
postmannen
b08dd4558e Added fileExtension type to message 2021-04-07 07:00:40 +02:00