# Slowness is observed in integration when Codebeamer is configured as one of the end systems

### Description

Slowness is observed in integration when codebeamer is configured as one of the end systems.

### Cause

This can occur because of the API throttling configuration in codebeamer. When same codebeamer instance is used by OIM for integration and other users via API or UI simultaneously with high frequency.

### Solution

**Cases:**

**Case 1. When no API throttling is configured explicitly in the Codebeamer instance:**\
**Recommendation:** Increase the API throttling limit by adding explicit API throttling, or else API throttling enforcement can be disabled by setting `"apiThrottling" : false` in the system configuration.\
If no explicit API throttling is configured in Codebeamer, the Codebeamer enforces the API throttling limit of maximum 3 API requests per second and 120 API requests per minute.

**Case 2. When API throttling is configured explicitly in the Codebeamer instance:**\
**Recommendation:** Increase the API throttling limit where the Codebeamer instance is used highly by users other than OIM users, or else API throttling enforcement can be disabled by setting `"apiThrottling" : false` in the system configuration.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://opstech.gitbook.io/opstech-docs/7.223/help-center-index/faqs/codebeamer-faqs/thread-goes-to-sleep-codebeamer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
