Drew Robb
Drew Robb
Hey Paul and others, I just got slide working on labs (both tile map layer on frontend and "gometry" backend for slide using a clone of the raw data endpoint)...
There are no plans to change this permission. I'm checking to see if a more explicit license could be provided for you all, but it may take some time.
Hi all, Good news: we have internally approved this usage, and are just trying to get the exact license/statement sorted out.
+1 on this, I may take a stab at implementing it myself
FYI, I've implemented this, but on a branch that uses #151. I can make a PR with my solution once that is merged.
Thanks, PR in #183
There is a tiny issue here-- when using GraceSeconds, the old haproxy process after a restart will continue to bind on port 80. The kernel will distribute requests between processes...
@timoreimann, yes that is my intention. Your idea would work as well, I wanted to implement it this way so that I didn't have to worry about that process. In...
@timoreimann I use the `/health` endpoint as defined in this PR as a health check for the ELB, with settings such that it will be marked unhealthy in less than...
I've taken a stab at implementing this here: https://github.com/drewrobb/bamboo/tree/dr/health. For my usage I'm adding `{{ if $task.Healthy }}` filtering in the haproxy template. May turn this into a proper PR...