1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-05 20:09:16 +00:00
Commit graph

56 commits

Author SHA1 Message Date
postmannen
3859ae6b9b fixed closed channel issue, and tail timeout ctx 2021-04-16 23:58:43 +02:00
postmannen
64a22c84e9 removed printf's, or made them into log's 2021-04-16 13:43:58 +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
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
ed74b2e5a1 initial tailing of files seems to work 2021-04-13 11:28:52 +02:00
postmannen
f32dafc806 Added metric for running processes by name 2021-04-12 15:35:20 +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
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
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
postmannen
23b6b58439 renamed label field in message to directory 2021-04-07 06:33:29 +02:00
postmannen
3368448cd7 removed label from subject 2021-04-07 06:16:08 +02:00
postmannen
ef8fcee368 Initial http get method implemented 2021-04-06 19:42:03 +02:00
postmannen
685c0c7844 added REQTextToFile method 2021-04-06 14:05:47 +02:00
postmannen
2c2f53f6f4 errorLog handler writing to file structure 2021-04-06 09:06:26 +02:00
postmannen
27fc56256b Renamed ErrorLog to REQErrorLog 2021-04-06 07:56:49 +02:00
postmannen
b1a7b6cd7e fixed logging for ping messages 2021-04-06 07:31:50 +02:00
postmannen
1f02cb0d50 Renamed EchoX to REQPing and REQPong 2021-04-06 06:08:26 +02:00
postmannen
8f2c4b0db7 fixed spelling ReqHello to REQHello 2021-04-06 05:46:07 +02:00
postmannen
ee749ae714 renamed SayHello to ReqHello 2021-04-05 08:37:24 +02:00
postmannen
5999d65fb6 Renamed TextLogging to REQTextToLogFile 2021-04-05 08:17:04 +02:00
postmannen
debd146f28 Renamed CLICommandRequestNOSEQ to REQnCliCommand 2021-04-05 06:54:18 +02:00
postmannen
4a7f1fff43 CLI to Cli 2021-04-04 11:19:17 +02:00
postmannen
3fbc333b81 Renamed CLICommandRequest to StartSubREQCLICommand 2021-04-04 11:09:02 +02:00
postmannen
5cb3aab412 renamed OpCommandRequest to REQOpCommand 2021-04-04 07:55:07 +02:00
postmannen
9a5e37687f removed methods with result in ack message 2021-04-04 07:33:18 +02:00
postmannen
e4303bb77f textlogging for clicommand 2021-04-04 06:45:03 +02:00
postmannen
26078cffa2 labels are used to create folder structue on subscriber 2021-04-02 22:15:52 +02:00
postmannen
1b17f8e345 implemented newReplyMessage for all request types 2021-03-31 13:29:55 +02:00
postmannen
66f89cd731 request and reply methods for opcommand 2021-03-31 12:26:28 +02:00
postmannen
833ce66c00 method opcommand, embedded processes to process 2021-03-31 08:56:13 +02:00
postmannen
ed00f247ae unix socket for new mesages, changed naming of channels 2021-03-29 13:36:30 +02:00
postmannen
0d822b0751 moved canceling of context, and comments 2021-03-29 06:53:34 +02:00
postmannen
03da2e18e7 Implemented use of context for all cli commands 2021-03-26 16:47:37 +01:00
postmannen
3fdf7e40b9 working concept for method timeouts 2021-03-26 16:04:01 +01:00
postmannen
593842e070 Implemented the concept of a flagStringSlice 2021-03-24 07:05:41 +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
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
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