Skip to content

Commit 45b3e90

Browse files
committed
Disable worker in Symfony binary configuration
1 parent 0926d48 commit 45b3e90

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.symfony.local.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ http:
33
port: 7015
44
use_gzip: true
55

6-
workers:
7-
messenger_consume:
8-
cmd: ['symfony', 'console', 'messenger:consume', 'async', 'scheduler_packages', '--sleep', '10']
9-
watch: ['config', 'src', 'templates']
6+
# todo the worker isn't doing anything for me at the moment
7+
#workers:
8+
# messenger_consume:
9+
# cmd: ['symfony', 'console', 'messenger:consume', '--all', '--sleep', '10']
10+
# watch: ['config', 'src', 'templates']

0 commit comments

Comments
 (0)