-
Hi all, I experiment workers with symfony cli. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
You can check the logs of the background processes using |
Beta Was this translation helpful? Give feedback.
-
Ok i look at the log file
i see there is another ticket about that, i read it. |
Beta Was this translation helpful? Give feedback.
-
the problem is |
Beta Was this translation helpful? Give feedback.
-d
makes workers run in the background so you won't get any output.Is it possible your worker crashes?
You can check the logs of the background processes using
symfony server:log
, this should give us some hint to what is going on