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
Copy file name to clipboardExpand all lines: docs/env-variables.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,11 @@ The project uses several Google products, including analytics, OAuth for allowin
55
55
| GOOGLE_APPLICATION_TEMPLATE_PORTRAIT | Id of the Google document which is a template for portrait materials(can be identified the same way as `GOOGLE_APPLICATION_FOLDER_ID `) |
56
56
| GOOGLE_APPLICATION_TEMPLATE_LANDSCAPE | Id of the Google document which is a template for landscape materials(can be identified the same way as `GOOGLE_APPLICATION_FOLDER_ID `) |
57
57
| GOOGLE_APPLICATION_PREVIEW_FOLDER_ID | Folder ID where preview documents should get placed |
58
-
| GOOGLE_API_CLIENT_UPLOAD_RETRIES |||
59
-
| GOOGLE_API_CLIENT_UPLOAD_TIMEOUT |||
58
+
| GOOGLE_API_CLIENT_UPLOAD_RETRIES | Number of retries on upload, default is 5 ||
59
+
| GOOGLE_API_CLIENT_UPLOAD_TIMEOUT | Upload timeout, default is 60 seconds ||
60
+
| GOOGLE_API_CLIENT_UPLOAD_RATE_BASE_INTERVAL | Initial interval in seconds between tries for rate limit errors on upload, default is 2||
61
+
| GOOGLE_API_CLIENT_UPLOAD_RATE_MAX_INTERVAL | The maximum interval in seconds that any individual retry can reach, default is 300 ||
62
+
| GOOGLE_API_CLIENT_UPLOAD_RATE_MAX_ELAPSED_TIME | The maximum amount of total time in seconds that code is allowed to keep being retried, default 900 (15 min)||
0 commit comments