euronay / mtg-wizard

🧙‍♂️ Magic The Gathering card finder for Google Assistant
MIT License
7 stars 2 forks source link

Is Scryfall's API rate limiting an issue for the MTG Wizard Google Assistant action? #18

Open johnruth opened 4 years ago

johnruth commented 4 years ago

I noticed in Scryfall's REST API documentation that they have a section on Rate Limits. Has this been an issue with MTG Wizard? is rate limiting handled? I figured it might be more appropriate to ask this here instead of in the mtg-wizard-core repo because it might specifically pertain more to Google Assistant, Firebase and IP addresses. And I'm asking because this has been a stumbling block for my Google Assistant projects. Thank you for your time.

euronay commented 4 years ago

Hi John - to be perfectly honest, MTG Wizard has next to no traffic - so the rates have never been a problem! The action only makes a single request to Scryfall for each invocation, so it would need a lot of concurrent users to be hitting the limits. What problems are you seeing with your projects?