[Docker] Problem with Recurring import! #16664
Unanswered
ghost
asked this question in
Q&A / Support
Replies: 1 comment 5 replies
-
The docker image comes without cron installed. You have to therefore enable that and configure a cron job described like here: https://pimcore.com/docs/platform/Data_Importer/Installation#cron-execution Alternatively, you could also run this command with supervisord: |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
You certainly know the problem. It's been mentioned often enough. Unfortunately no answer has helped me so far.
How do I get the recurring import to run in the Docker version?
Until now I always had to do everything manually. So, click on start and then via docker container terminal: "bin/console datahub:data-importer:process-queue-parallel --processes=5".
But I would like to use the “Recurring” variant.
Until now, Nothing is happening!
Beta Was this translation helpful? Give feedback.
All reactions