Skip to content

Commit

Permalink
Add container.no_preload tag to NsqTransportFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
grachevko committed Feb 28, 2021
1 parent ad39fb2 commit 167588f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Resources/config/services.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
services:
Nsq\NsqBundle\Messenger\NsqTransportFactory:
tags: [ 'messenger.transport_factory' ]
tags:
- 'messenger.transport_factory'
- 'container.no_preload'

0 comments on commit 167588f

Please sign in to comment.