Skip to content

Commit

Permalink
Update rl config in subscription update event
Browse files Browse the repository at this point in the history
  • Loading branch information
Tharsanan1 committed Oct 1, 2024
1 parent b95e255 commit 5c040f5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ func (controlPlaneGrpcClient *Agent) handleEvents(event *subscription.Event) {
Organization: event.Subscription.Organization,
SubStatus: event.Subscription.SubStatus,
SubscribedAPI: &server.SubscribedAPI{Name: event.Subscription.SubscribedApi.Name, Version: event.Subscription.SubscribedApi.Version},
RatelimitTier: event.Subscription.RatelimitTier,
}
loggers.LoggerAPKOperator.Infof("Received Subscription %s", subscription.UUID)
controlPlaneGrpcClient.artifactDeployer.UpdateSubscription(subscription)
Expand Down

0 comments on commit 5c040f5

Please sign in to comment.