You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Periodically, the backup job is timing out in production. The current cloud run task timeout is set to 60 minutes in the deploy-cloudrun workflow. For most runs, that seems to be plenty...
However, sometimes the export item request hangs until the cloudrun task times out...
Some of these datasets are very small so it doesn't appear to be related to size. It appears to me that Esri's export task (as we have learned from Hub downloads) is flakey. We need to find a way to add a timeout to the call to item.export() call and retry or skip it.
Periodically, the backup job is timing out in production. The current cloud run task timeout is set to 60 minutes in the
deploy-cloudrunworkflow. For most runs, that seems to be plenty...However, sometimes the export item request hangs until the cloudrun task times out...
Some of these datasets are very small so it doesn't appear to be related to size. It appears to me that Esri's export task (as we have learned from Hub downloads) is flakey. We need to find a way to add a timeout to the call to
item.export()call and retry or skip it.