FrostDigital / fruster-api-gateway

MIT License
0 stars 0 forks source link

Adds index endpoint to not polute logs and bumps fruster deps #49

Closed joelso closed 6 years ago

joelso commented 6 years ago

Adds an index endpoint to avoid these kinds of errors that often shows up as errors in papertrail logs:

Feb 19 05:50:49 PaceUp-2 pu-api-gateway: error [1e0c6089-7444-4638-b60a-cd65e9a0a05b] 408 {"id":"153a27ef-c843-45ee-bf6d-ef34b8526d19","title":"Bus response timed out","detail":"Expected response for options.http.get within 3000 ms","thrower":"pu-api-gateway"} (3003ms)

Also bumps to latest bus, log and test-utils.

jessicaLarsson commented 6 years ago

Ah, great! I've been wondering why this happens...