You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should probably add a sort of "sanity check" that verifies that the urls we get from redis actually point to existing assets.
Proposed solution is that after a successful call to redisClient.get(), the normalizer tries to fetch the master playlist. If we get a 404, remove the key from the cache.
The text was updated successfully, but these errors were encountered:
We should probably add a sort of "sanity check" that verifies that the urls we get from redis actually point to existing assets.
Proposed solution is that after a successful call to
redisClient.get()
, the normalizer tries to fetch the master playlist. If we get a 404, remove the key from the cache.The text was updated successfully, but these errors were encountered: