hapijs / catbox

Multi-strategy object caching service
Other
494 stars 72 forks source link

No way to monitor cache error rates #70

Closed kpdecker closed 9 years ago

kpdecker commented 10 years ago

When using getOrGenerate, there is no way to monitor cache error rates, performance, etc as the set call's handler is eventually pushed to Hoek.ignore.

There should be some way of exposing catbox errors at any point in the system and ideally there would be generic ops-level tracking so things like the delay for set calls, etc can be tracked upstream.

nvcexploder commented 10 years ago

@kpdecker maybe we can start by adding some emitted events.

hueniverse commented 9 years ago

Errors are now surfaced to the callback via #136.

lock[bot] commented 4 years ago

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.