Exception: T2Server::ServerAtCapacityError
- Inherits:
-
T2ServerError
- Object
- RuntimeError
- T2ServerError
- T2Server::ServerAtCapacityError
- Defined in:
- lib/t2-server/exceptions.rb
Overview
The server is at capacity and cannot accept anymore runs at this time.
Instance Method Summary collapse
-
#initialize ⇒ ServerAtCapacityError
constructor
Create a new ServerAtCapacityError.
Constructor Details
#initialize ⇒ ServerAtCapacityError
Create a new ServerAtCapacityError.
148 149 150 151 |
# File 'lib/t2-server/exceptions.rb', line 148 def initialize super "The server is already running its configured limit of " + "concurrent workflows." end |