Octo.exe is return the following errors. What indexes can we create in the DB to minimize these spurious errors? How can we increase the SQL Timeout?
Handshaking with Octopus server: http://vm-octopus-01.englab.caradigm.com
Handshake successful. Octopus version: 3.4.6; API version: 3.0.0
Authenticated as: **************
Finding project: *******************
Finding release: 10.3.2317.0213-ciint
Error from Octopus server (HTTP 500): Octopus Server returned an error: Error while executing SQL command: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The command being executed was:
INSERT INTO dbo.[Event] WITH (TABLOCKX) (RelatedDocumentIds, ProjectId, EnvironmentId, TenantId, Category, UserId, Username, Occurred, Message, Id, Json) values (@RelatedDocumentIds, @ProjectId, @EnvironmentId, @TenantId, @Category, @UserId, @Username, @Occurred, @Message, @Id, @Json)
Server exception:
System.Exception: Error while executing SQL command: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.