-
Notifications
You must be signed in to change notification settings - Fork 144
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
AOE Scheduler Heartbeat Not Working? #10
Comments
@andreaskoch - Do you have cron running in your instance? How did you achieve it? A lot of things depend on cron and I haven't been able to get it working :( |
@brandontamm - I am not an authority in this area but, maybe the solution is to use a cron container. |
@timrsfo - I actually got this working perfect by adding funnctions for creating and updating cron entries to the install.sh script for installer container and adding a volume link to the docker-compose volume. If anyone needs help with this, I can spend some time doing a PR |
nice, thumbs up on the pull request. |
can you send function at least? @brandontamm |
@andreaskoch - When I goto System > Scheduler > Job Configuration ... I get a Magento notice that "No heartbeat task found. Check if cron is configured correctly. (See Instructions)"
I went to project root on staging server and used "sudo crontab -u www-data -e" to insert the following configuration (as directed by the instructions link:)
I still got the Magento notice. Tried "sudo service cron restart" and cron was restarted. Cleared cache...Still getting the same Magento notice.
Any ideas?
The text was updated successfully, but these errors were encountered: