Skip to content

Commit

Permalink
Add the archival queue to our list of queue factories
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSnowden committed Nov 8, 2022
1 parent a36b05d commit a7ecaf5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions service/history/queueFactoryBase.go
Expand Up @@ -106,6 +106,10 @@ var QueueModule = fx.Options(
Group: QueueFactoryFxGroup,
Target: NewVisibilityQueueFactory,
},
fx.Annotated{
Group: QueueFactoryFxGroup,
Target: NewArchivalQueueFactory,
},
),
fx.Invoke(QueueFactoryLifetimeHooks),
)
Expand Down

0 comments on commit a7ecaf5

Please sign in to comment.