You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry in advance if I missed this in the docs... I check the API doc and swagger page, but I was only able to get some clue via looking at the API code.
It seems the route API fetches the csv data and imports it into a redis db, which is what the route api then uses.
However, the caching period seems very slow. I frequently am seeing old / outdated routes, despite the csv source being updated.
I understand this is a free service so I don't want to give the impression that I am complaining :). However, I am wondering if this intentional behavior or perhaps a bug? If intentional, would it be unreasonable to request a daily refresh? Does the refresh but a heavy strain on resources? Do feeders get more up-to-date data?
More details below--
For example, as of today the route API for callsign "JIA5248" returns the previous route of SYR -> PHL. It was updated 5 days ago (10/20/24) to STL -> PHL.
Sorry in advance if I missed this in the docs... I check the API doc and swagger page, but I was only able to get some clue via looking at the API code.
It seems the route API fetches the csv data and imports it into a redis db, which is what the route api then uses.
However, the caching period seems very slow. I frequently am seeing old / outdated routes, despite the csv source being updated.
I understand this is a free service so I don't want to give the impression that I am complaining :). However, I am wondering if this intentional behavior or perhaps a bug? If intentional, would it be unreasonable to request a daily refresh? Does the refresh but a heavy strain on resources? Do feeders get more up-to-date data?
More details below--
For example, as of today the route API for callsign "JIA5248" returns the previous route of SYR -> PHL. It was updated 5 days ago (10/20/24) to STL -> PHL.
route api response:
you can see that the route was updated 5 days ago @ https://github.com/vradarserver/standing-data/blob/main/routes/schema-01/J/JIA-all.csv
The text was updated successfully, but these errors were encountered: