Closed jonsnowpt closed 1 year ago
📌 Supporting Data
[..]
"id": 18997103,
[..]
"localteam_id": 652,
"visitorteam_id": 83,
[..]
Note When checked for the data, it shows that the
Head-2-Head
for these 2 teams is indeed present onSportmonks v2
, however,
- ❌ it appears to be absent on the
betarena_prod/public/football_h2h > (col.) team_ids :: 83,652
.- ✅ but it appears to be present on the
betarena_prod/public/historic_fixtures
data table, firstinserted_at :: 2023-09-02T19:00:52.728966
Note It is believed that, because the target
team_ids :: 83,652
only head-2-head fixture from2011
was added recently, and/or after we initially implemented thehead-2-head
and ran it the first time for all team combinations. To solve this issue we can:
- 🔸 adjust the future
2-weeks
to run thishead-2-head
check, to prevent similar cases in the future, but will consume more data, because, for example, between31/09 - 10/14
there was9,800
fixtures, meaning9,800
API requests need to be made, which is not feasible, as the current API Limit of Sportmonks v2 is set to2000 req/60 min
, but can be achieved with some logic tweaking,- ✅ simply update for this specific
team_ids
outlier data point.
However, the head-2-head
will be updated correctly once the target fixture kicks-off and/or finishes.
Is there an existing issue for this?
🐞 Describe the bug
Missing H2H:
https://scores.betarena.com/football/porto-fc-barcelona-18997103
🤔 Expected Behavior
There was a match between the teams in 2011.
What environment is the bug/issue detected in.
What browsers are you seeing the problem on?
What device/platform can the problem be seen?
Steps To Reproduce
No response
Console Logs (if any)
No response
Anything else?
It might be a provider issue.