david raistrick
david raistrick
yep, certainly better than nothing! (now, can I cron that... ;) On Tue, Jul 8, 2014 at 11:17 AM, abstiles [email protected] wrote: > Good idea. I don't think Google lets...
for chrome, is the current config stored in a file on the filesystem currently? or tucked away somewhere hard to reach? (looking to recover one from backups...)
found an interesting bug in carbon/whisper that could be hit with this patch. if you send two keys through statsd: gork as a gauge gork.gauges as a [timer/counter/set] carbon will...
When my team and I first reviewed statsd (0.5.0 tag), and before the new prefix namespacing, we all found that the data structure that statsd used once it landed in...
happy to spend the time to update for a clean merge if wanted.. I don't disagree with mheffner's idea, either, but don't know that I'm up for that particular task.....
@abelsromero just to clarify what setup is doing (because I was looking at it..) ``` TMPDIR=${TMPDIR:-/tmp} cd "${TMPDIR}" echo " info: Creating temporary files..." test -d "${DEST}" && { echo...
looks like it's a dead project - the website https://neilalexander.dev/seaglass points to a dead bintray for downloading releases, no commits since 2019. :(
I'm back on this again, since snapshot based backups don't work well with autoscaling... I'm going to keep a rough track of what I discover along the way. backup-table running...
Ok, quick and dirty for the moment to help anyone who is trying to get this running without streambot. I hope to get some PRs and docu together, but in...
bumping the timeout in https://github.com/mapbox/dynamodb-replicator/blob/master/s3-snapshot.js#L18 to something more sane (10s instead of 1s) and adding `--retries 100` to the command line seems to at least work around this. but the...