最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Akeneo Docker - Issues with running PHP Deamon for import and export - Stack Overflow

programmeradmin4浏览0评论

The official documentation of Akeneo's Docker installation is stating that you should be able to run a PHP daemon with the following command:

$ APP_ENV=dev make start-job-worker

I tried this command from the container and I got this issue:

Command "akeneo:batch:job-queue-consumer-daemon" is not defined.    
              

Can anyone point me how can I start the job processing daemon, please?

The official documentation of Akeneo's Docker installation is stating that you should be able to run a PHP daemon with the following command:

$ APP_ENV=dev make start-job-worker

I tried this command from the container and I got this issue:

Command "akeneo:batch:job-queue-consumer-daemon" is not defined.    
              

Can anyone point me how can I start the job processing daemon, please?

Share Improve this question asked Mar 23 at 11:12 olqminolqmin 1676 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

I actually managed to make it work with the following command run from the container:

`$(PHP_RUN) bin/console messenger:consume ui_job import_export_job data_maintenance_job ${O}`

发布评论

评论列表(0)

  1. 暂无评论