Exception: Hatchet::DurableTaskEvictedError
- Defined in:
- lib/hatchet/exceptions.rb
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.
65 66 67 |
# File 'lib/hatchet/exceptions.rb', line 65 def initialize( = "Durable task evicted") super end |