Exception: UU::OS::Application::TimeoutError
- Inherits:
-
Exception
- Object
- Exception
- UU::OS::Application::TimeoutError
- Defined in:
- uu_os_application-server-2.7.3/lib/uu/os/application/timeout_error.rb
Overview
Error raised on application request timeout. Once rescued, application service has 0.5s to provide some result (or raise own error), or the same amount of time as for request to perform compensating transaction. In case compensating transaction is not finished in time, application service thread is killed.