I've just spent half an hour manually getting tables synced up correctly from a bot run that completed, but where one API call failed in the destination App due to a non-related table timing out when the receiving App tried to perform a sync before adding the row.
In the error message from the audit history of the receiving app you can see that GetTableDataFromProviderAsync function gives up and falls over when it tries to read a table from a google sheet and google will not return the required information.
My question is how long does this function wait for an answer before throwing its toys out of the pram? Sync errors can happen A LOT when using google sheet tables, but usually after a few attempts (less than 180 seconds) the sync happens.
Can any devs opine on whether extending the timeout for this function would be a good idea when the data provider is Google?
User | Count |
---|---|
36 | |
8 | |
3 | |
2 | |
2 |