-
-
Notifications
You must be signed in to change notification settings - Fork 124
Open
Description
Given the following configuration:
workers:
messenger_consume_async:
cmd: ['symfony', 'console', 'messenger:consume', 'async']
watch: ['config', 'src', 'vendor']
docker_compose: ~
I got the following warning when starting the server: WARNING Worker "messenger_consume_async" exited with an error: command "messenger_consume_async" failed early: exit status 1
. Running the command symfony console messenger:consume async
by myself works. I don't know where to search since there is no log nor stacktrace to help troubleshooting this.
Metadata
Metadata
Assignees
Labels
No labels