Skip to content
#

letsencrypt

Here are 1,454 public repositories matching this topic...

aschiffmann
aschiffmann commented Apr 21, 2021

Checklist

  • Dependencies installed
  • No typos
  • Searched existing issues and docs

Issue Description

When using the RateLimiter Middleware with a rate between 0 and 1 all events will be rejected instead of applying the specified rate. E.g.: e.Use(middleware.RateLimiter(middleware.NewRateLimiterMemoryStore(0.5)))

I am not saying that it is a common use case to have

wallrj
wallrj commented Oct 7, 2021

I noticed the following errors from go vet:

$ go vet ./...
# github.com/jetstack/cert-manager/cmd/webhook/app/testing
cmd/webhook/app/testing/testwebhook.go:106:4: call to (*T).Fatalf from a non-test goroutine
# github.com/jetstack/cert-manager/test/integration/framework
test/integration/framework/helpers.go:68:4: call to (*T).Fatal from a non-test goroutine
# github.com/jetstack

Improve this page

Add a description, image, and links to the letsencrypt topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the letsencrypt topic, visit your repo's landing page and select "manage topics."

Learn more