Add retry intervals and optional proxies

This commit is contained in:
2026-01-06 00:18:53 -05:00
parent d45e3ca2fa
commit b000f47047
4 changed files with 179 additions and 15 deletions
+7
View File
@@ -3,3 +3,10 @@ VALID_API_KEY=
ROBLOSECURITY_TOKEN=
PUBLISHER_USER_ID=
DISCORD_WEBHOOK_URL=
# Optional: Proxy for Roblox APIs (e.g., roproxy.com)
ROBLOX_PROXY=
# Optional: Retry configuration (in seconds)
RETRY_INTERVAL_SECONDS=60
RETRY_DELAY_SECONDS=300