Sven Walter
Sven Walter
We are occasionally getting segmentation violations when using bimg. It seems to happen when unreferencing objects, but I was not able to reproduce the issue locally, yet. This is probably,...
This also updates Borg to version 1.2: https://www.borgbackup.org/releases/borg-1.2.html
## Expected Behavior When adding a new instance, it should always add all routes to all existing instances. ## Current Behavior When there are many nodes (`> 30`), there are...
Currently *aws-nuke* is rather slow, because it does every request sequentially. This means the process is sleeping the most of the time. Also the AWS API can probably handle a...
Root span names have a high cardinality, because they use the plain request URI: https://github.com/auxmoney/OpentracingBundle-core/blob/2cbf03e7d6d94f87274b3cb352ae0428cb58cf7e/EventListener/StartRootSpanSubscriber.php#L61-L64 The names should be more generic according to the docs of OpenTelemetry (which is the...