-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Repository - Create
-
None
-
36
-
Severity 3 - Minor
-
27,495
Issue Summary
Repositories are getting stuck in creation randomly.
Steps to Reproduce
- Create repositories via API/UI.
Expected Results
Repositories are created
Actual Results
Intermittently the repositories are stuck in creation and have to be deleted from the backend.
Workaround
please use the bitbucket repo delete api, which now supports deleting repositories in a stuck creation state as well
curl --user 'emailid:token' -X DELETE 'https://api.bitbucket.org/2.0/repositories/workspace-id/stuck-repo'
- blocks
-
BBS-244103 Loading...
- causes
-
BBS-215228 Loading...