-
Notifications
You must be signed in to change notification settings - Fork 433
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
Add cron container in global docker compose #1365
Add cron container in global docker compose #1365
Comments
I think this is a symptom of Cron being a run command. Running Cron on Ubuntu. Have one site running. Created a second site. Deleted a second site. ee-cron-scheduler no-longer is running. reboot the server. ee-Cron-scheduler does not come up. |
Temp work around for stopped ee-cron-scheduler at: https://community.easyengine.io/t/ee-cron-scheduler-shut-down-after-ee-site-delete-command-all-ee-cron-jobs-no-longer-run/12576/2 |
Please update EasyEngine to the latest version using |
All global services are being managed through docker-compose. Only cron container is being managed through
docker run
command.Cron container should also run through docker-compose.
The text was updated successfully, but these errors were encountered: