vaultaire icon indicating copy to clipboard operation
vaultaire copied to clipboard

Data vault for metrics

Results 14 vaultaire issues
Sort by recently updated
recently updated
newest added

In the daemon code, there is a lot of: ``` done

bug

Redoing the plumbing of Vault and Daemon has led me to speculate that graceful shutdown is _not_ something we need to support. At present, the various signal handlers set the...

Building all the targets in **vaultaire** dies with: ``` bench/ContentsListing.hs:34:5: Not in scope: ‘withConnection’ bench/ContentsListing.hs:35:24: Not in scope: ‘recv’ ``` This isn't urgent, but I suppose this falls under "fix...

How it dies: http://fractalcat.beta.anchortrove.com/76a61647e2f7f6f70cda9b4f383701d285e68f62 How to kill it: send two contents requests for two different origins at once. Example chevalierd config: ``` [chevalier] listenaddress = "tcp://*:6283" statusaddress = "tcp://*:6284" loglevel...

bug