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

84 commits

Author SHA1 Message Date
postmannen
807455119c Added x/slog for stderr logging 2023-01-11 08:38:15 +01:00
postmannen
541f243067 added group permissions for files/directories created 2023-01-10 06:50:28 +01:00
postmannen
bcc5db7c04 store log are now written to database folder 2023-01-06 12:19:36 +01:00
postmannen
eced76a85c initially removed dependency to NACK/ACK event type 2023-01-05 01:55:52 +01:00
postmannen
4fe96b645e renamed v variable to sam in ringbuffer 2023-01-04 22:07:53 +01:00
postmannen
6a97d86ca0 removed done channel when publishing, and added make chan when creating sam 2023-01-04 09:14:04 +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
ae6058d0af put in a timer to end stuck messages in ringbuffer 2022-12-30 16:52:50 +01:00
postmannen
709bd219f7 stopping started tickers 2022-12-26 10:52:43 +01:00
postmannen
7c7f622044 fixed typo in comments 2022-11-30 08:35:13 +01:00
postmannen
f82146d72f boltdb todo's 2022-06-27 12:22:59 +02:00
postmannen
fb4cf5de79 updated comments 2022-06-22 14:50:26 +02:00
postmannen
edccbea1b3 added test for file copy 2022-06-22 07:31:43 +02:00
postmannen
9c6ede458a added feature to turn of message persist to disk 2022-06-21 16:44:39 +02:00
postmannen
b8a2d3d5e7 removed copyFile<from/to> and relay request types 2022-06-16 23:32:44 +02:00
postmannen
041d59be22 changed name for keys requests 2022-05-24 07:21:48 +02:00
postmannen
3bd54d9cfc fixing race condition 2022-05-16 07:15:38 +02:00
postmannen
d6f7bd1048 added timeout when no responders available 2022-03-09 07:11:48 +01:00
postmannen
e7e5726095 renamed commandorevent field name in subject struct 2022-01-27 10:06:06 +01:00
postmannen
d7bee9d361 removed command type 2022-01-27 07:19:04 +01:00
postmannen
32aeed6c18 added -1 as methodTimeout for long running request 2022-01-26 15:35:31 +01:00
postmannen
ccd57dad10 renamed newMessagesCh to ringBufferBulkInCh 2022-01-20 08:17:37 +01:00
postmannen
91bfb8510f replaced sendError with errorKernel.errSend all over 2022-01-19 10:55:03 +01:00
postmannen
0d0cd8c0b6 del console output, add flag for block profiling 2021-12-31 06:59:09 +01:00
postmannen
81bd4d0589 Get default message timers directly from flag 2021-11-18 06:50:25 +01:00
postmannen
2477e7939d Added flag for method timeout 2021-11-18 06:36:16 +01:00
postmannen
4fe066aebd cleaned up old comments 2021-11-09 14:01:42 +01:00
postmannen
e33fba19e1 removed debug print statements 2021-09-23 05:46:25 +02:00
postmannen
107e652f9f Implementing ctx on ringbuffer done 2021-09-15 11:39:19 +02:00
postmannen
b29724f8a3 using main context on ringbuffer 2021-09-15 10:46:30 +02:00
postmannen
64207adc62 working on context for ringbuffer 2021-09-15 08:39:34 +02:00
postmannen
b83749cbc0 added metrics for current messages in db 2021-09-15 07:26:36 +02:00
postmannen
cb867ba7a2 moved bucket names into ringbuffer struct 2021-09-14 16:23:01 +02:00
postmannen
0f93e9a439 added error message timeouts and retries 2021-09-07 09:43:54 +02:00
postmannen
ebbca59eb7 changed time format 2021-08-27 12:27:38 +02:00
postmannen
18272d73ab metrics on error messages 2021-08-26 12:26:08 +02:00
postmannen
a669472c03 more metrics 2021-08-26 11:41:46 +02:00
postmannen
9846a9eb2f moved registering of metrics into newMetrics 2021-08-26 10:50:40 +02:00
postmannen
82e9477b18 commented out some logging 2021-08-25 16:17:33 +02:00
postmannen
914135fdd1 renamed toRingbuffer channel to newMessagesCh 2021-08-25 08:31:48 +02:00
postmannen
a042b51672 renamed channel 2021-08-25 06:38:23 +02:00
postmannen
709c69313a changed some error messages 2021-08-23 11:53:47 +02:00
postmannen
4c895c656e metric for in memory buffered messages current 2021-08-18 15:57:33 +02:00
postmannen
c9e095ff5b more metrics 2021-08-18 15:41:53 +02:00
postmannen
c27a3dc188 updated comments 2021-08-16 13:01:12 +02:00
postmannen
0af326bba5 more tests 2021-08-10 07:41:30 +02:00
postmannen
e28eb3770d initial test package created 2021-08-09 14:41:31 +02:00
postmannen
1a3e310cd1 changed error messages 2021-08-09 09:34:05 +02:00