cityofaustin / atd-data-tech

Austin Transportation Data & Technology Services
17 stars 2 forks source link

500 Status error on https://micro.mobility.austin.gov/ #2240

Closed mateoclarke closed 4 years ago

mateoclarke commented 4 years ago

Reported by Nelson\Nygaard consultants and LianeM.

Reproduced though some users able to get server response on second try.

Might be related to MDS updates but it seems to be an issue in the Python api: https://github.com/cityofaustin/atd-micromobility-api

Screen Shot 2020-04-02 at 12 05 25 PM

amenity commented 4 years ago

@mateoclarke - should we bump this to Sprint 28?

sergiogcx commented 4 years ago

I've also created two stages, one for production and another for staging (master branch).

Currently the APIs are deployed: PRODUCTION: https://atd-micromobility-api.austinmobility.io/v1/trips?xy=-97.75094341278084,30.276185988411257&flow=destination

STAGING: https://atd-micromobility-api-staging.austinmobility.io/v1/trips?xy=-97.75094341278084,30.276185988411257&flow=destination

johnclary commented 4 years ago

@sergiogcx thank you!!

sergiogcx commented 4 years ago

Hi @johnclary You're very welcome, I am still wondering what's the best way to test it to make sure it works every time without a hiccup.

I am thinking I need to download the viewer and switch endpoints, but wondering if there is a good way to tell things are working as intended. Like maybe giving the endpoint an edge case that we know could cause it to fail?

sergiogcx commented 4 years ago

Closing, this is also fixed in the dataviz.