We use actions-on-google library:
<dependency>
<groupId>com.google.actions</groupId>
<artifactId>actions-on-google</artifactId>
<version>1.8.0</version>
</dependency>
Our flow includes calling HomeGraphApiServiceGrpc.requestSyncDevices(RequestSyncDevicesRequest request) to Synchronize our devices when something has changed. Our testers noticed that some requests return StatusRuntimeException and it appears more and more often now. How can we minimize the occurrence of such an error and what causes it may have?