competition duplicate listing
Hi,
One of my competitions appears two times in the benchmark management. The call to https://www.codabench.org/api/competitions/?mine=true&type=any does list the same competition two times (id 821):
[
{
"id": 746,
"title": "…",
"created_by": "louisbeziaud",
"created_when": "2023-04-19T16:36:06.048671Z",
"published": false,
"logo": "…",
"description": "…",
"competition_type": "competition"
},
{
"id": 821,
"title": "…",
"created_by": "louisbeziaud",
"created_when": "2023-05-15T07:43:20.559603Z",
"published": false,
"logo": "…",
"description": "…",
"competition_type": "competition"
},
{
"id": 821,
"title": "…",
"created_by": "louisbeziaud",
"created_when": "2023-05-15T07:43:20.559603Z",
"published": false,
"logo": "…",
"description": "…",
"competition_type": "competition"
}
]
This is not blocking at all for me but might indicate some issue at benchmark creation. I can't say exactly but I did create, delete and recreate the competition (same name, different bundle). There might be some race condition?