groupme / pace

Resque-compatible reactor
MIT License
58 stars 3 forks source link

Why you are not reusing resque web server (monitoring) and writing your own? #1

Closed lexer closed 13 years ago

cmdrkeene commented 13 years ago

we totally should be. I'll swap it out today :)

Brandon

On Aug 31, 2011, at 12:29 AM, lexerreply@reply.github.com wrote:

Reply to this email directly or view it on GitHub: https://github.com/groupme/pace/issues/1

cmdrkeene commented 13 years ago

Err, that was meant for the em-hiredis issue.

As far as I know, resque web monitoring does not provide 1) load average and 2) historical throughput. Please let me know if there's something I missed :)

It's very important for us operationally to know peak capacity/load because we use this for capacity planning (adding more upstream resources).

Historical monitoring is important for us because we use it to forecast traffic and run aberration detection (similar to RRDTool). I'd actually like to add an instrument for RRDTool support, but our current environment doesn't support RRDTool too well.

daveyeu commented 13 years ago

So... the Resque panel has been removed on master. As such I'm closing this out.