When handling a highly-visited project, it’s commonly recommended to leverage the platform Multi-Nodes feature for ensuring enough performance for your app. Also, you need to consider that with the auto-deploy option enabled for such a project, all of the containers within your application server layer will be updated simultaneously.
When handling a highly-visited project, it’s commonly recommended to leverage the platform Multi-Nodes feature for ensuring enough performance for your app. Also, you need to consider that with the auto-deploy option enabled for such a project, all of the containers within your application server layer will be updated simultaneously.
~/jelastic/environment/vcs/update --envName {env_name} --project {app_context}
In all of these cases, your application servers' containers will be redeployed one-by-one, and, thus, no downtime will be caused. Furthemore, for more convenience, you can also define the operation of update to be run automatically (e.g. once per required period or upon the source code changes) through building and integrating your own scripts with the abovedescribed CLI or API methods implemented.
If you’ve faced any issues while configuring auto-update for your VCS project or still have some questions left, feel free to appeal for our technical experts' assistance at Stackoverflow.