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
The following can occur in a large decomposed production with a lot of active development:
I try to get the latest and greatest code by using the Pull option in the Source Control menu. It times out, eventually just giving me an alert that says "null".
I pull changes through the terminal by running do ##class(SourceControl.Git.API).Pull(). It updates the local repository, but deployment fails because it claims there is an in progress deployment.
I go into the deployment history in the Management Portal and clear the failed deployment.
I deploy again by running do ##class(SourceControl.Git.API).ImportAll(). It takes a minute but finally succeeds.
The text was updated successfully, but these errors were encountered:
The following can occur in a large decomposed production with a lot of active development:
do ##class(SourceControl.Git.API).Pull()
. It updates the local repository, but deployment fails because it claims there is an in progress deployment.do ##class(SourceControl.Git.API).ImportAll()
. It takes a minute but finally succeeds.The text was updated successfully, but these errors were encountered: