You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
People recommend to use a task scheduler like chronos. I personally use gitlab ci runner to deploy the image. If the server crash, app are not manually restarted and that is an issue. I must run the pipeline, but I can also schedule it as in chronos to have it run every 12h for example. I wish a better option exist and someone here car share it, having multiple runner for restoring the state seems a bit too heavy. You can also not use marathon and start the container with restart: always.
Hello all, and thanks for reading.
I am testing v0.4.3 in standalone mode.
After starting two services on marathon, I have tried to reboot the server with
sudo reboot
.After reboot, PanteraS is starting but marathon is not restoring any services despites the following mounted volumes:
I expected
- "/tmp/mesos:/tmp/mesos"
and- "/tmp/zookeeper:/var/lib/zookeeper/version-2"
to save the state.How can I get marathon to restart all services after reboot ?
The text was updated successfully, but these errors were encountered: