Exception: Xeno::Interrupted

Inherits:
Error
  • Object
show all
Defined in:
lib/xeno/errors.rb

Overview

Raised (internally) between runner steps when the worker is shutting down gracefully: the turn releases its claim and re-enqueues itself so the next worker resumes it promptly (the AJ Continuation checkpoint pattern). Not a failure — it never counts against the poison ladder.