Arquisoft / wiq_en1a

Wiq_en1a a web application by HappySw. Come and try our questions
http://158.179.217.182:3000
2 stars 0 forks source link

Wikidata max fetch frequency not handled #144

Open ChristianFN2 opened 2 months ago

ChristianFN2 commented 2 months ago

When using gatling, I realized about this bottleneck: Wikidata has a limit in fetching frequency which is reached with approximately 300 concurrent users in our application, which is not probable to happen, but should be handled regardless.

One possible solution in the future would be making periodic fetches to new questions and storing them in our database instead of generating them at game time.