mozilla / taar-lite

A lightweight version of the TAAR service intended for specific deployments with reduced feature visibility.
Mozilla Public License 2.0
2 stars 6 forks source link

Taar-lite dev server is down #27

Closed AlexandraMoga closed 6 years ago

AlexandraMoga commented 6 years ago

STR:

  1. Send a request to the taar-lite endpoint on -dev
    https://taar.dev.mozaws.net/taarlite/api/v1/addon_recommendations/{73a6fe31-595d-460b-a920-fcc0f8843232}/

    Actual result: An internal server error is received

Expected result: Add-on recommendations (if any) based on the request sent are received in the response

Notes:

crankycoder commented 6 years ago

The redis caching layer I put in had 2 separate bugs. One was a concurrency issue and the other was a performance issue. I've since backed out the redis cache in favor of a process local caching strategy.

AlexandraMoga commented 6 years ago

Taar-lite dev server seems to be back on. I'm marking this as verified fixed.