Skip to content

Better handling of timeout errors with deployment of decomposed productions #690

Closed
@isc-pbarton

Description

@isc-pbarton

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @isc-pbarton

    Issue actions

      Better handling of timeout errors with deployment of decomposed productions · Issue #690 · intersystems/git-source-control