We are using Salesforce to create a work order. Then
- AWS middleware is used to take that Salesforce data and,
- using a feature service that references a SQL SDE feature class,
- create a geometric feature populated with Salesforce data.
- Either a line or point is created.
- The geometric feature in SQL SDE is being used on a version.

Here's where we have a problem. We automate reconcile/post/compress daily at 2am. We have found that if we do not restart the REST services being written to by Salesforce/Middleware, that the Middleware request to create a feature in SDE via API, is failing.

Once the REST services are restarted, feature creation by the Middleware works again.
We are running
- ArcGIS Enterprise 11.5,
- SQL Server 2019.
- Our SDE databases are traditional versioning (not branch versioning).
- No Geometric network is involved.