small cleanups
This commit is contained in:
@@ -21,14 +21,19 @@
|
||||
|
||||
- cannot open sqlite in dbbrowsr (cannot parse schema?)
|
||||
|
||||
- (?) use str-ids (also prevents wrong-joins) -> see psycho
|
||||
|
||||
- error logging as goroutine, get sall errors via channel,
|
||||
(channel buffered - nonblocking send, second channel that gets a message when sender failed )
|
||||
(then all errors end up in _second_ sqlite table)
|
||||
due to message channel etc everything is non blocking and cant fail in main
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
- in my script: use (backupname || hostname) for sendername
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
- (?) use uuid ids (also prevents wrong-joins?)
|
||||
|
||||
- (?) default-priority for channels
|
||||
|
||||
- (?) ack/read deliveries && return ack-count (? or not, how to query?)
|
||||
|
||||
Reference in New Issue
Block a user