Hello everyone,
This is my first request for help here and I hope you can give me some ideas.
I have an external API that returns a list of things that I need to process in a certain order. This list is returned in JSON format and then I sort it by date. In my scenario it is mandatory that the processing be done in date order.
My problem is that I think the list is not processing in order, because every time I run a test, the result changes.
Please, does anyone have any ideas?