Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
kurlov committed Jun 12, 2024
1 parent 896a94b commit 9be06b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emailsender/cmd/app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func main() {

// initialize components
dbConnection := db.NewDatabaseConnection(dbCfg)
// TODO(ROX-23260): connect Rate Limiter to Email Sender
_ = email.NewRateLimiterService(dbConnection)
sesClient, err := email.NewSES(ctx, cfg.SesMaxBackoffDelay, cfg.SesMaxAttempts)
if err != nil {
Expand Down

0 comments on commit 9be06b0

Please sign in to comment.