Google Drive API から`403 rate limit exceeded` が帰ってきて https://github.com/kayac/alphawing/blob/master/app/controllers/alphawing.go#L276 でpanicになる場合がある。 exponential backoff https://developers.google.com/drive/web/handle-errors を頑張って実装する。
Google Drive API から
403 rate limit exceededが帰ってきてhttps://github.com/kayac/alphawing/blob/master/app/controllers/alphawing.go#L276
でpanicになる場合がある。
exponential backoff https://developers.google.com/drive/web/handle-errors を頑張って実装する。