We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4618dc commit bdd3cc8Copy full SHA for bdd3cc8
1 file changed
DependencyInjection/AsyncCommandExtension.php
@@ -22,6 +22,7 @@ public function load(array $configs, ContainerBuilder $container)
22
'queue_prefixed' => false,
23
'exclusive' => true,
24
])
25
+ ->addTag('enqueue.transport.processor')
26
;
27
}
28
0 commit comments