• Oswaldo Ferreira's avatar
    Log Puma timeouts for API calls · b7a0bee7
    Oswaldo Ferreira authored
    This handles a specific exception raised
    by `rack-timeout` Gem when Puma requests
    surpass the configured timeout.
    
    This exception wasn't being handled properly
    (and logged), given it inherits from `Exception`,
    which is not handled by Grape `rescue_from :all`.
    b7a0bee7
api.rb 7.21 KB