-
Bug
-
Resolution: Fixed
-
Low (View bug fix roadmap)
-
8.14.0
-
8.14
-
4
-
Severity 3 - Minor
-
41
-
Issue Summary
Syncing with GitLab on DVCS has a large number of calls to note and approver endpoints in GitLab causing performance degradation on the customers GitLab instance.
Steps to Reproduce
- TBD
- Could be syncing or webhooks
Expected Results
Managable number of requests - not in the hundreds every minute
Actual Results
Calls to notes and approver endpoints are spamming the GitLab instance.
Workaround
If determined to be from webhooks then the customer can revert temporaily to the old webhook using the feature flag
dvcs.connector.polling.synchronization.enabled
Form Name |
---|
We added this dark function (dvcs.connector.polling.synchronization.enabled) as part of the GHS-217770 ticket and it didn't help.