Rodolfo Stangherlin

Results 4 issues of Rodolfo Stangherlin

**Description** I'm using multiple projects on GCP, one of them has the (shared) VPC. I want to have a pool splited between projects, but it fails because tsuru (docker-machine) adds...

bug

**Description** Run a `node-rebalance` or `node-autoscale-run` move units to the same node it is already running. It should only move units to remove from a node to add to another....

bug

Adding timestamp to the request headers allow to use other tools to monitoring queuing time. Tools like New Relic use as `X-Queue-Start` or `X-Request-Start`: https://docs.newrelic.com/docs/apm/applications-menu/features/configure-request-queue-reporting Is something that should be...

The NodeJS platform use `dependencies` for runtime dependencies and `devDependencies` for development/testing ones [1]. Build tools, like babel, are not required on final image on production. But tsuru does not...