old_mixer_repo
old_mixer_repo copied to clipboard
Propagate errors from redis quota adapter
For now, not all of the errors raised in redis quota adapter are appropriately propagated up. We should not drop any error happened when connecting/communicating with redis. And we should propagate the errors up, possibly via expanding quotaFunc.
#507 Propagated redis errors via QuotaUtil.Logger, also need to track returning errors from the commonWrapper callback function.