Skip to content

Commit

Permalink
Cherry-picked changes for release 0.11.1-rc.1 (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
hdkshingala authored Nov 24, 2022
2 parents 9085743 + 5a3879b commit 5d15388
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/content/cloud/cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ keywords:

# FluxNinja Cloud

:::info Join the Cloud Waitlist
:::info Join the FluxNinja Cloud Beta

FluxNinja Cloud is inviting beta users. Please join the wait list
[here](https://cloud.fluxninja.com/)
FluxNinja Cloud is inviting beta users. Please sign in
[here](https://app.fluxninja.com/sign-in)

:::

Expand Down
3 changes: 1 addition & 2 deletions pkg/policies/flowcontrol/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (

flowcontrolv1 "github.com/fluxninja/aperture/api/gen/proto/go/aperture/flowcontrol/check/v1"
policylangv1 "github.com/fluxninja/aperture/api/gen/proto/go/aperture/policy/language/v1"
"github.com/fluxninja/aperture/pkg/log"
"github.com/fluxninja/aperture/pkg/multimatcher"
"github.com/fluxninja/aperture/pkg/panichandler"
"github.com/fluxninja/aperture/pkg/policies/flowcontrol/iface"
Expand Down Expand Up @@ -92,7 +91,7 @@ func (e *Engine) ProcessRequest(
for i, rl := range mmr.rateLimiters {
rateLimiters[i] = rl
}
log.Info().Interface("labels", labels).Msg("Running limiters with labels")

rateLimiterDecisions, rateLimitersDecisionType := runLimiters(ctx, rateLimiters, labels)
response.LimiterDecisions = rateLimiterDecisions

Expand Down

0 comments on commit 5d15388

Please sign in to comment.