Umbraco Cloud deployment failed - Lock request time out period exceeded
s
Hi all, just wondering if anyones come across a "System.Data.SqlClient.SqlException (0x80131904): Lock request time out period exceeded." error when deploying to a live environment on Umbraco Cloud? I'm getting it on a work item, but its quite a small change so I'm not sure why it would have failed
Copy code
Message:
Work 6e4aac8a-93b4-4c2a-bb36-e614e0fe9df9 has failed.

                                    
Exception:
Umbraco.Deploy.Exceptions.ProcessArtifactException: Process pass #0 failed for artifact umb://document-type/95e25898016b43c9a003a20408b887cb. ---> System.Data.SqlClient.SqlException: Lock request time out period exceeded.
The statement has been terminated.
This is the data revision \data\revision\document-type__95e25898016b43c9a003a20408b887cb.uda
Copy code
"Alias": "selectCourses",
          "DataType": "umb://data-type/041ef8220e5540609bafd64b5743485f",
          "Description": "Choose up to 6 courses", -- removed 
          "Description": "Choose up to 10 courses", --added
          "Mandatory": true,
          "MandatoryMessage": "", --removed 
          "MandatoryMessage": "Please add between 1 and 10 courses", --added
          "Name": "Select courses",
          "SortOrder": 3,
          "Validation": null,
s
I'd encourage you to contact Cloud support using the chat bubble in the cloud portal (when you're logged in to https://www.s1.umbraco.io/)
57 Views