dmbf29 / predictor-api

match prediction app / back-end API built on Rails
1 stars 4 forks source link

Find API alternative to get faster updates of results #97

Closed trouni closed 1 year ago

trouni commented 1 year ago

Currently, the API takes easily 1+ hour to update the score results.

The ideal scenario would be a real-time update of the scores (webhook gets called whenever a score is updated for any game), but, alternatively a scraper running every 10min or so could work too.

trouni commented 1 year ago

Fixed by #105