Intermittent outages or timeouts occur when performing bulk operations via the Continuous Delivery Director (CDD) REST API.
Users see errors related to dslPluginFailure and timeouts in the response object while the system experiences high latency.
A high volume of concurrent API requests, such as a "bulk DELETE storm," saturates database transactions.
When multiple requests attempt to modify releases with active phases, the database holds locks for extended periods, leading to timeouts for subsequent requests.
To resolve this issue, optimize how the external system interacts with the CDD API: