deepset-ai / FARM

:house_with_garden: Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.
https://farm.deepset.ai
Apache License 2.0
1.73k stars 247 forks source link

API https://public-mlflow.deepset.ai/ currently down? #802

Closed markusgl closed 3 years ago

markusgl commented 3 years ago

Question Hi,

I am currently experimenting with the Colab tutorial notebooks, but get a 503 Service Temporarily Unavailable if a step (MLFlow, DataProcessor etc) tries to call https://public-mlflow.deepset.ai/. Is this API currently down?

Thanks, Markus

Additional context

2021/06/16 06:41:22 ERROR mlflow.utils.rest_utils: API request to https://public-mlflow.deepset.ai/api/2.0/mlflow/experiments/get-by-name failed with code 503 != 200, retrying up to 2 more times. API response body: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
</body>
</html>
2021/06/16 06:47:16 ERROR mlflow.utils.rest_utils: API request to https://public-mlflow.deepset.ai/api/2.0/mlflow/runs/create failed with code 503 != 200, retrying up to 2 more times. API response body: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
</body>
</html>
Timoeller commented 3 years ago

Yes, seems like, thanks for reporting. We will look into it.

oryx1729 commented 3 years ago

Hi @markusgl, thank you for raising the issue. It should now be back up.