fix: throttle Tiny API usage across backfills
All checks were successful
Build and Deploy / build-and-push (push) Successful in 59s
All checks were successful
Build and Deploy / build-and-push (push) Successful in 59s
This commit is contained in:
@@ -16,6 +16,13 @@ services:
|
||||
- TINY_WEBHOOK_SECRET=${TINY_WEBHOOK_SECRET}
|
||||
- N8N_AUTH_TOKEN=${N8N_AUTH_TOKEN}
|
||||
- TINY_API_TOKEN=${TINY_API_TOKEN}
|
||||
- GRAPHS_API_URL=${GRAPHS_API_URL}
|
||||
- GRAPHS_API_KEY=${GRAPHS_API_KEY}
|
||||
- GRAPHS_BACKFILL_CONTACT_FALLBACK=${GRAPHS_BACKFILL_CONTACT_FALLBACK}
|
||||
- TINY_MIN_REQUEST_INTERVAL_MS=${TINY_MIN_REQUEST_INTERVAL_MS}
|
||||
- TINY_BLOCK_RETRY_DELAY_MS=${TINY_BLOCK_RETRY_DELAY_MS}
|
||||
- TINY_BLOCK_MAX_RETRIES=${TINY_BLOCK_MAX_RETRIES}
|
||||
- TINY_FETCH_SELLER_DETAILS=${TINY_FETCH_SELLER_DETAILS}
|
||||
# Optional: If you use a shared Docker network for Nginx Proxy Manager, you can attach it here:
|
||||
# networks:
|
||||
# - nginx-proxy-manager-network
|
||||
|
||||
Reference in New Issue
Block a user