ExpDev07 / coronavirus-tracker-api

🦠 A simple and fast (< 200ms) API for tracking the global coronavirus (COVID-19, SARS-CoV-2) outbreak. It's written in python using the 🔥 FastAPI framework. Supports multiple sources!
https://coronavirus-tracker-api.herokuapp.com
GNU General Public License v3.0
1.59k stars 320 forks source link

Experiencing issues contacting the API, all was fine yesterday. #248

Closed coenraadhuman closed 4 years ago

coenraadhuman commented 4 years ago

Screenshot from 2020-04-01 11-45-22

Screenshot from 2020-04-01 11-48-55

Kilo59 commented 4 years ago

Are you still experiencing this?

coenraadhuman commented 4 years ago

Yes we are still experiencing the same issue.

On Wed, 01 Apr 2020 at 14:09, Gabriel notifications@github.com wrote:

Are you still experiencing this?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ExpDev07/coronavirus-tracker-api/issues/248#issuecomment-607211237, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE2E7SRK2BZC242REKB4FJLRKMVJDANCNFSM4LYWPQBQ .

JoseMontero24 commented 4 years ago

Is the same for me, not working Error

nguyandy commented 4 years ago

Down for me as well :(

ahmedfaaid commented 4 years ago

I'm experiencing the same as well

ghost commented 4 years ago

Same here..!

Wassup @ExpDev07

ghost commented 4 years ago

Nevermind, it came back online on my side ! 🔥

https://rcdevril.github.io/cesi_covid_19_tracker/#/

Kilo59 commented 4 years ago

My guess is the application cannot handle all of the incoming traffic. We are on the free tier of heroku, which means less computing power and poor monitoring features. We have put off some of the performance optimizations that would greatly increase the number of requests we can process.

https://github.com/ExpDev07/coronavirus-tracker-api/milestone/1

You can try hitting another instance that is not as heavily used. https://covid-tracker-us.herokuapp.com/

toxyl commented 4 years ago

I've setup a mirror of the API that you can use as a fallback: https://cvtapi.nl/ You can also deploy your own using Ansible, here's a playbook to do so: https://github.com/Toxyl/coronavirus-tracker-api-ansible.git