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
To allow for us to drop cache and recache only subsections of the API without impacting the rest of cache, we have double dipped on the /eds/hydrology endpoint which has resulted in when we drop cache for ArcticEDS, it also impacts the responsiveness of NCR.
Suggest adding something like:
@routes.route("/ncr/hydrology//") to the eds_hydrology_data function's available routes.
The text was updated successfully, but these errors were encountered:
To allow for us to drop cache and recache only subsections of the API without impacting the rest of cache, we have double dipped on the /eds/hydrology endpoint which has resulted in when we drop cache for ArcticEDS, it also impacts the responsiveness of NCR.
Suggest adding something like:
@routes.route("/ncr/hydrology//") to the eds_hydrology_data function's available routes.
The text was updated successfully, but these errors were encountered: