Exception: Hatchet::ResourceExhaustedError

Inherits:
Error
  • Object
show all
Defined in:
lib/hatchet/exceptions.rb

Overview

Raised when the tenant has exceeded its resource limits (e.g. task run quota)

Instance Method Summary collapse

Constructor Details

#initialize(message = "Resource exhausted: tenant has reached its task runs limit") ⇒ ResourceExhaustedError

Returns a new instance of ResourceExhaustedError.



15
16
17
# File 'lib/hatchet/exceptions.rb', line 15

def initialize(message = "Resource exhausted: tenant has reached its task runs limit")
  super
end