mittens icon indicating copy to clipboard operation
mittens copied to clipboard

Warm-up routine for http applications over REST and gRPC

Results 30 mittens issues
Sort by recently updated
recently updated
newest added

### :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`,...

enhancement
help wanted

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...

enhancement

**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...

enhancement

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...

question

**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. ![image](https://user-images.githubusercontent.com/1187103/110037046-c82c0980-7d35-11eb-91cd-885b69db2616.png) This...

enhancement

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,...

question

**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`?

enhancement

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:...

dependencies
go

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...

dependencies
go