Has anyone found a good workaround for dealing with gateway time-outs when deploying a suiteapp in an automated environment? Just trying the deploy again works usually but it's a hack and if anyone knows of a way to get the status of a deploy after losing connection (or to avoid getting that gateway time-out after 10 minutes) I'd love to hear it, I've tried running validation for the app hoping it would wait for the installation to finish but it doesn't.
Ideally looking for something that doesn't rely on any more authentication than what the suitecloud cli uses (authid), otherwise my best idea so far is a suitelet available without login using the
suiteAppInfo
module that our tooling can query periodically for a while before giving up (with the new
ns-at
url parameter that would still mean keeping track of at least that value for all of our dev/testing accounts)