We are using the REST API to create and sync replicas - SQLite geodatabase files - for working offline. We call the CreateReplica and SyncReplica as async requests, and then poll for the completion. We make heavy use of these calls, and have a mechanism to throttle the requests, but we still see errors in the ArcGIS Server logs:
"Severe | Initialization failed. | System/SyncToolsEX.GPServer"
My questions are:
1. How many parallel requests can each instance of SyncToolsEX process?
2. Can the SyncToolsEX service be automatically restarted on a schedule?
Thanks,
Miles.