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

909 commits

Author SHA1 Message Date
postmannen
2eff3c9cd3 restructured sync when publishing messages 2023-01-03 11:41:18 +01:00
postmannen
d58095764b printing ID working ringbuffer 2023-01-01 20:31:54 +01:00
postmannen
6f525162ea renamed data to sam in ringbuffer 2022-12-31 07:51:34 +01:00
postmannen
5865ad3701 using the same message ID locally as in the ringbuffer 2022-12-31 07:31:18 +01:00
postmannen
84284eeee1 removed debug logging 2022-12-31 06:14:06 +01:00
postmannen
a77d1ad562 cleaned up os.Remove log 2022-12-31 06:02:26 +01:00
postmannen
ae6058d0af put in a timer to end stuck messages in ringbuffer 2022-12-30 16:52:50 +01:00
postmannen
9e378295df restructured errors and retryWait in messageDeliverNats 2022-12-30 11:54:10 +01:00
postmannen
5c5f8100d0 made ACK/NACK selection more clear 2022-12-29 22:49:47 +01:00
postmannen
c12cf70620 handling of indivdual messages are now done in it's own goroutine, changed logic for ACK msg retries 2022-12-29 07:53:25 +01:00
postmannen
709bd219f7 stopping started tickers 2022-12-26 10:52:43 +01:00
postmannen
98137b1df1 not creating a sub process before we check if it exists 2022-12-26 10:12:45 +01:00
postmannen
a737901c5d block profiling 2022-12-26 07:22:42 +01:00
postmannen
8015c46cba removed printing of equal keys 2022-12-22 12:23:02 +01:00
postmannen
3f5b58ffab fixed timeouts for copy messages 2022-12-21 09:27:52 +01:00
postmannen
29a382838c fixed typo in debug message 2022-12-21 08:16:45 +01:00
postmannen
27b762e69b added debug logging for sending nats messages 2022-12-21 08:12:41 +01:00
postmannen
e19f306146 always create tmp folder 2022-12-21 07:17:47 +01:00
postmannen
ec612101df only logging equal keys to console, and do not send to errorKernel 2022-12-21 07:07:21 +01:00
postmannen
8d017c072d discard copy messages when more procs are started for the same copySrc request 2022-12-19 07:21:53 +01:00
postmannen
2c1ed934dd allways delete tmpFolder when copyDstSubProcFunc is done. 2022-12-14 05:48:44 +01:00
postmannen
33df0df948 added acktimeout and replies to the copysub messages 2022-12-02 10:04:20 +01:00
postmannen
7c7f622044 fixed typo in comments 2022-11-30 08:35:13 +01:00
postmannen
55c5560361 checking if fromNode is specified for startup messages 2022-11-30 07:58:41 +01:00
postmannen
82303510cf removed gauge vector for sub processes 2022-11-30 06:18:19 +01:00
postmannen
70408d24e9 write reply messages for copysub procs back to src node 2022-11-23 09:18:02 +01:00
postmannen
198ba9503e Added message flow diagram 2022-11-08 08:44:24 +01:00
postmannen
d32bd09cd2 removed old debug information 2022-11-01 09:54:35 +01:00
postmannen
852cd86c61 removed line feeds 2022-10-14 10:22:51 +02:00
postmannen
757792c787 added creation of dst folder for copySrc 2022-10-14 10:12:50 +02:00
postmannen
2f0cfa2294 replaced tui json with yaml 2022-10-05 11:22:41 +02:00
postmannen
b125e75094 fixed linter warnings 2022-10-05 09:24:49 +02:00
postmannen
0249a86040 fixed debug logging 2022-10-05 09:16:22 +02:00
postmannen
9c15e6dbfd added example kubernetes yaml file 2022-09-20 11:50:54 +02:00
postmannen
0ad2763ad1 fixed block when reading startup folder 2022-09-08 07:37:44 +02:00
postmannen
3cf8bd2ce8 removed references to deprecated ioutil 2022-09-06 10:59:07 +02:00
postmannen
f5e5e4337e added feature to copy file from remote to local 2022-09-06 10:43:27 +02:00
postmannen
f82146d72f boltdb todo's 2022-06-27 12:22:59 +02:00
postmannen
3eb4414cca updated Dockerfile and env.env 2022-06-24 13:08:22 +02:00
postmannen
df8bae662d updated dockerfile 2022-06-24 10:16:10 +02:00
postmannen
73b2363ea8 fixed docker file 2022-06-24 10:08:32 +02:00
postmannen
4c97d26035 updated readme 2022-06-23 13:37:00 +02:00
postmannen
3458e655c0 fixed proper stop and removal of subscriber procs 2022-06-23 11:40:17 +02:00
postmannen
11b0444929 up toml pkg to v2, added comments to config file 2022-06-23 09:36:46 +02:00
postmannen
fb4cf5de79 updated comments 2022-06-22 14:50:26 +02:00
postmannen
4b0a156ae1 updated comments 2022-06-22 14:43:01 +02:00
postmannen
b3bb2e44a1 updated comments 2022-06-22 14:32:58 +02:00
postmannen
433541fcc1 REQToFile<x> now honor the directory path specified 2022-06-22 11:03:59 +02:00
postmannen
fc3d69a94b added printing to stderr for REQToConsole 2022-06-22 10:02:56 +02:00
postmannen
8c1f870d1e updated bbolt 2022-06-22 09:09:02 +02:00