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

Defined in:
lib/hatchet/worker/durable_eviction/cache.rb,
sig/hatchet/worker/durable_eviction/cache.rbs

Overview

Eviction causes produced by :class:DurableEvictionCache.

Constant Summary collapse

TTL_EXCEEDED =

Returns:

  • (Symbol)
:ttl_exceeded
CAPACITY_PRESSURE =

Returns:

  • (Symbol)
:capacity_pressure
WORKER_SHUTDOWN =

Returns:

  • (Symbol)
:worker_shutdown