tigrisdata-archive / tigris

Tigris is an Open Source Serverless NoSQL Database and Search Platform.
https://www.tigrisdata.com/
Apache License 2.0
917 stars 38 forks source link

Improved error message for Context deadline exceeded #828

Open garrensmith opened 1 year ago

garrensmith commented 1 year ago

We currently return Context deadline exceeded when the request to get API keys from auth0 timeout. We should change that to send a better message.

ovaistariq commented 1 year ago

There are other places as well where this and FoundationDB specific error messages are leaking to the client.

garrensmith commented 1 year ago

I've changed the title to make it specific to removing all Context deadline exceeded