Exception: Hatchet::DurableTaskEvictedError
- Defined in:
- lib/hatchet/exceptions.rb,
sig/hatchet/exceptions.rbs
Overview
Raised inside a durable task thread when the eviction manager decides to evict that invocation (e.g. TTL expired, capacity pressure, worker shutdown).
Instance Method Summary collapse
-
#initialize(message = "Durable task evicted") ⇒ DurableTaskEvictedError
constructor
A new instance of DurableTaskEvictedError.
Constructor Details
#initialize(message = "Durable task evicted") ⇒ DurableTaskEvictedError
Returns a new instance of DurableTaskEvictedError.
93 94 95 |
# File 'lib/hatchet/exceptions.rb', line 93 def initialize( = "Durable task evicted") super end |