-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
Component/s: Operations - Team
-
1
-
Minor
Issue Summary
Currently if we try to enable Enable Operations on multiple newly created teams concurrently via Terraform it fails with an error:
Response: {"message":"Another request is already being processed now. Please try again.","took":...,"requestId":"<...>"}
Steps to Reproduce
- Try concurrently enabling operations on newly created teams via Terraform
- Observe the error.
Expected Results
It must allow enabling of Operations on multiple teams.
Actual Results
Currently it throws the following error
\{"message":"Another request is already being processed now. Please try again.","took":...,"requestId":"<...>"}
Workaround
One workaround of this situation Increasing the retry count and the time between retries should help overcome the issue. We've enabled retry option for the enable-ops endpoint logic can be further updated using the parameters here https://registry.terraform.io/providers/atlassian/atlassian-operations/latest/docs#api_retry_count-1