Module: Hatchet::WorkerRuntime::DurableEviction::EvictionCause

Defined in:
lib/hatchet/worker/durable_eviction/cache.rb

Overview

Eviction causes produced by :class:‘DurableEvictionCache`.

Constant Summary collapse

TTL_EXCEEDED =
:ttl_exceeded
CAPACITY_PRESSURE =
:capacity_pressure
WORKER_SHUTDOWN =
:worker_shutdown