kevbite/ParkrunMap

Missing parkruns

Closed this issue · 0 comments

The following parkruns are missing from the map!

The reason why these are missing is because the scraping relays on an XML file that now doesn't exist, this has now been updated with a json file

We'll need to do the same as the current XML, that's download the file and place in blob storage then trigger off a blob storage change and then parse the JSON file and put UpsertParkrunMessage messages on the queue. after this point, the rest of the processing will just continue like normal.

Here's the 2 current functions that do the XML work, which you could just copy?: