Exception: T2Server::ServerAtCapacityError

Inherits:
T2ServerError
  • Object
show all
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

Constructor Details

#initializeServerAtCapacityError

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