The run command always throws this error in the prod env, while it works fine in dev.
PHP Fatal error: Uncaught exception
'Symfony\Component\DependencyInjection\Exception\InvalidArgumentException' with message 'The parameter "jms_job_queue.statistics" must be defined.' in
/home/florin/PhpstormProjects/dubios/app/cache/prod/appProdProjectContainer.php:1149
jms-job-queue:run --verbose --env=prod
The run command always throws this error in the prod env, while it works fine in dev.
PHP Fatal error: Uncaught exception 'Symfony\Component\DependencyInjection\Exception\InvalidArgumentException' with message 'The parameter "jms_job_queue.statistics" must be defined.' in /home/florin/PhpstormProjects/dubios/app/cache/prod/appProdProjectContainer.php:1149
the bundle parameters are never registered in the prod container, any idea why?