Skip to content

Commit

Permalink
unify the two api postgres connections into one
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Martin <chris@cmartinit.co.uk>
  • Loading branch information
d80tb7 committed Jun 5, 2024
1 parent 8448edb commit 5748d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/armada/configuration/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type ArmadaConfig struct {

EventsApiRedis redis.UniversalOptions
Pulsar PulsarConfig
Postgres PostgresConfig // Used for Pulsar submit API deduplication
Postgres PostgresConfig // Needs to point to the lookout db
QueryApi QueryApiConfig

// Period At which the Queue cache will be refreshed
Expand Down

0 comments on commit 5748d44

Please sign in to comment.