search for: airbrak

Displaying 4 results from an estimated 4 matches for "airbrak".

Did you mean: airbrake
2012 Jul 05
3
Deploying a rails 3.2 app
...consider changing?) Here is my battle plan: Concerning the server/monitoring part - I consider installing the New Relic service and gem to monitor the app and the server. - I consider using Papertrail to aggregate all the logs (server and app). - Stay with exception_notification (by mail) or use Airbrake to track notifications. Concerning the app itself - I have finished migrating the static files to the assets pipeline. (These assets are precompiled by capistrano when deploying). - I consider migrating the assets to Amazon S3 (I consider specifying the host-name and using the "asset_sync...
2012 Oct 24
2
Handling timeouts?
...onds. The app works fine most of the time but there are some parts of the app which are slow and occasionally totter over the 30 sec response time and timeout. Is there a clean way for me to hook into timeouts and notify myself when timeouts occur? Something like a chance to email myself or send an airbrake notification? Cheers, Aditya
2013 Dec 10
6
Email out of Rescue
I''m trying to set up a means to automatically send an email from certain parts of troubled code, that is, very often, code that might appear in the Rescue predicate of a begin.....rescue, so as to track down issues remotely. Surely there must be a gem for such? If not, how might one construct something like this in code? TIA, RVic -- You received this message because you are
2013 Mar 01
7
Why so many worker threads?
Hello! Can anyone explain why my Unicorn installation (for RoR site) have so many worker threads? * screenshot: http://i.stack.imgur.com/U9TFR.png * unicorn.rb: https://gist.github.com/907th/4995323 Thanks!