Dan Buch

Results 145 comments of Dan Buch

I would love to add another layer of health monitoring. Based on what you're writing above, I believe this would be specific to the instances brought up in autoscaling groups...

I think that some of the other health checks mentioned could be integrated into the worker "prestart hook" script, too, so that workers that are unhealthy never come into service:...

My understanding is that a future in which [travis-yml](https://github.com/travis-ci/travis-yml) is used early in the job lifecycle will prevent such YAML from being stored and queued as the JSON that caused...

Somewhat related to #426 (imho)

IMHO all of the Apache licenses can be replaced with MIT.

Speaking as a former Travis folk, I'd say forking this repo to another org where it can be more easily maintained by non-Travis folk is A Great Idea and I'm...

This is the extent of what's in my `~/.zshrc` for gimme usage: ``` zsh export GIMME_GO_VERSION='1.6.2' eval "$(gimme)" 2>/dev/null ``` It could just as easily be the following, but I...

👍 to separate middleware and making it the default in `Classic`

@DarthHater Hello and sorry about the long delay! Do you think that this work is still relevant and up to date and should still be considered for merge?

@BanzaiMan Replacing `./script/compile` makes sense to me, but I don't agree with removing the ability to use the script to test local changes. I would prefer to see this replacement...