When handling a highly-visited project, it’s commonly recommended to leverage the CirrusGrid Multi-Nodes feature for ensuring enough performance for your app. Herewith, 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.
Nevertheless, in case you’d like to achieve more high-availability (i.e. for the redeployment to be performed implicitly and consequentially at each node), here are a few options this can be ensured through:
initiate this operation manually with the corresponding Update from GIT/SVN button (or Build and Deploy for Maven projects) next to app’s context:
use the appropriate CLI method for VCS projects’ management:
~/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 above described 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.
Powered by BetterDocs
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.