Skip to content

Commit

Permalink
updated ratelimiter
Browse files Browse the repository at this point in the history
Signed-off-by: Ketan Umare <[email protected]>
  • Loading branch information
kumare3 committed Apr 5, 2024
1 parent 87a5e3c commit 144739e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package webapi

import (
"context"
"time"

"golang.org/x/time/rate"
"k8s.io/client-go/util/workqueue"
"time"

"github.com/flyteorg/flyte/flyteplugins/go/tasks/errors"
"github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core"
Expand Down

0 comments on commit 144739e

Please sign in to comment.