You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi when I scheduled a command with bin/console jms-job-queue:run --env=win
The related job failed with error : The "--jms-job-id" option does not exist. in errorOutput (job table)
My Code work well with symfony 2.8 and JmsJobQueue 1.4
The same code under Symfony 4.3 and packages below
composer info jms*
jms/job-queue-bundle 2.0.1 Allows to run and schedule Symfony console commands as background jobs.
jms/metadata 1.7.0 Class/method/property metadata management in PHP
jms/parser-lib 1.0.0 A library for easily creating recursive-descent parsers.
jms/serializer 1.14.0 Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.
jms/serializer-bundle 2.4.4 Allows you to easily serialize, and deserialize data of any complexity
jms/translation-bundle 1.4.4 Puts the Symfony Translation Component on steroids
The text was updated successfully, but these errors were encountered:
Hi when I scheduled a command with
bin/console jms-job-queue:run --env=win
The related job failed with error :
The "--jms-job-id" option does not exist.
in errorOutput (job table)My Code work well with symfony 2.8 and JmsJobQueue 1.4
The same code under Symfony 4.3 and packages below
composer info jms*
jms/job-queue-bundle 2.0.1 Allows to run and schedule Symfony console commands as background jobs.
jms/metadata 1.7.0 Class/method/property metadata management in PHP
jms/parser-lib 1.0.0 A library for easily creating recursive-descent parsers.
jms/serializer 1.14.0 Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.
jms/serializer-bundle 2.4.4 Allows you to easily serialize, and deserialize data of any complexity
jms/translation-bundle 1.4.4 Puts the Symfony Translation Component on steroids
The text was updated successfully, but these errors were encountered: