eyra / mono

Monorepo (used by Next Platform)
https://eyra.co
GNU Affero General Public License v3.0
5 stars 2 forks source link

[Leaderboard] Monitor shows higher number of finished submissions than there actually are #795

Open TjerkNan opened 2 months ago

TjerkNan commented 2 months ago

Describe the bug We observe for the RankPreFer challenge that there were 18 actual submissions but the monitor says we have 23.

Thought: would it be worth the investment to make some tool that can generate submissions to test monitor?

To Reproduce Observe screenshot

Expected behavior The number of finished submissions should be identical to the number of submissions we received through the SQL query we performed.

Screenshots image

Desktop (please complete the following information): macos safari

emielvdveen commented 2 months ago

@TjerkNan The number of finished submissions should be identical to the number of submissions we received through the SQL query we performed. This is not true perse. The monitor counts events and this will never be 100% guaranteed the same. Having said that, I think in this case the monitor counts submissions events including initial submits + updates. This something we need to fix if that is the case

TjerkNan commented 2 months ago