Skip to content

Commit

Permalink
CID-2065: Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedlajmileanix committed Oct 26, 2023
1 parent c4aa2a3 commit 05f7e2b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/github-enterprise-connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,13 @@ docker run --pull=always --restart=always \

#### Limitations on Running Multiple Instances of GitLab Broker

It is important to note that running multiple instances of the GitLab Broker simultaneously is not supported.
We only support a single broker instance to be run at any given time. Any additional instance trying to communicate with VSM will be rejected to prevent race conditions. Please ensure a single instance is running at any time for optimal performance.

#### Limitations on Running Multiple Instances of GitHub Broker

It is important to note that running multiple instances of the GitHub Broker simultaneously is not supported.
If a second instance is launched while there's an existing instance already in operation, the second instance will not function as intended. However, the presence of the second instance will not interfere with or halt the operations of the first instance.
Please ensure only one instance of the GitLab Broker is running at any given time to maintain smooth and optimal performance.
Please ensure only one instance of the GitHub Broker is running at any given time to maintain smooth and optimal performance.

#### Multi-org support

Expand Down

0 comments on commit 05f7e2b

Please sign in to comment.