deckhearth/lib/card-import
Randall Stillwell 59e2ca4ce4 fix(catalog-sync): add retry logic and pagination for Scryfall API
Scryfall was returning 429/503 transiently, causing catalog sync to
fail immediately with no recovery. Adds exponential-backoff retry
(3 attempts) for rate-limit and service-unavailable responses in both
the set discovery and card import paths. Also adds proper pagination
support for sets with 175+ cards and URL-encodes set codes.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-13 10:49:50 -05:00
..
discover.js fix(catalog-sync): add retry logic and pagination for Scryfall API 2026-06-13 10:49:50 -05:00
mtg.js fix(catalog-sync): add retry logic and pagination for Scryfall API 2026-06-13 10:49:50 -05:00
pokemon-github.js Switch Pokémon catalog import to pokemon-tcg-data on GitHub. (#52) 2026-05-28 11:56:01 -05:00
pokemon.js Switch Pokémon catalog import to pokemon-tcg-data on GitHub. (#52) 2026-05-28 11:56:01 -05:00
reconcile-submissions.js Normalize collector numbers in catalog match and harden scanner adds. (#53) 2026-05-28 14:45:55 -05:00
sync-catalog.js Auto-link pending scan submissions after catalog sync imports. (#51) 2026-05-28 09:47:59 -05:00