mittens
mittens copied to clipboard
Warm-up routine for http applications over REST and gRPC
### :pencil: Description - Add `max-readiness-wait-second` and `max-warmup-seconds` as optional flags to better control the duration of each warmup stage
**Describe the feature** We're using mittens as a side-container to warm up our main app container. Currently, there exists a single parameter to set the duration of warming up, `max-duration-seconds`,...
It would simplify debuging kubernetes cluster problems / mittens configuration parameter errors when additional data regarding what is going on, at least where it's connecting to and url that is...
**Describe the feature** The documentation shows an example of how to use Mittens with Kubernetes. The example describes how to setup Mittens as a sidecar, which will send requests to...
Hi team, I have a use case where I need validated authorization headers in order to make requests to my application. These headers can be retrieved from a different authorization...
**Describe the feature** Looking at the example in the documentation, most of the configs are just boilerplate to run Mittens than actual configs related to the warmup process.  This...
I've found that, in order to warm up my service, I need to access the _exact_ pathways. Creating bespoke endpoints for Mittens doesn't really help with my JVM app. Additionally,...
**Describe the feature** Thoughts on pushing the docker images to both docker hub and github packages with `https://github.com/docker/build-push-action/blob/master/docs/advanced/push-multi-registries.md`?
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.5.3 to 1.5.4. Release notes Sourced from github.com/golang/protobuf's releases. v1.5.4 Notable changes update descriptor.proto to latest version Commits 75de7c0 Merge pull request #1597 from golang/updatedesc b7697bb all:...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.61.0 to 1.62.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.62.0 New Features grpc: Add StaticMethod CallOption as a signal to stats handler that a method is...