Closed joelso closed 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.
Ah, great! I've been wondering why this happens...
Adds an index endpoint to avoid these kinds of errors that often shows up as errors in papertrail logs:
Also bumps to latest bus, log and test-utils.