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.



136
137
138
139
# File 'lib/t2-server/exceptions.rb', line 136

def initialize
  super "The server is already running its configured limit of " +
    "concurrent workflows."
end