This repository was archived by the owner on Mar 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Duplicate entries returned by GET /schedules for a challenge #25
Comments
And this is not restricted to just this challenge id - I am finding that every challenge that I created has duplicate entries for the phases... |
The problem is on the GET endpoint that's duplicating the data... The entries in dynamo are correct. I'll fix this. |
this has been fixed |
Confirmed. I no longer see duplicates |
Issue observed again today - challenge id |
If it helps, for this challenge, I ended up submitting and reviewing (and modifying the timelines by PATCHing challenge api)... Which was not the case with the previous challenges (for which I do not see duplicates). Duplicates were observed AFTER the actions above... Not before... |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Example:
GET
https://api.topcoder-dev.com/v5/schedules?externalId=65cecf2c-7763-4854-b0de-2850cbe634b2
.I see three entries that are identical (in the sense that these are invoked at the same time, on the same endpoint, with the same payload)
The text was updated successfully, but these errors were encountered: