Exception: Zeridion::Flare::Worker::JobCancelledError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/zeridion_flare/worker/errors.rb

Overview

Internal sentinel: the in-flight job was cancelled (server "cancel" response, host shutdown, or local timeout). Per decision D1 this still acks "failed" — never "cancelled".

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Job cancelled.") ⇒ JobCancelledError

Returns a new instance of JobCancelledError.



38
39
40
# File 'lib/zeridion_flare/worker/errors.rb', line 38

def initialize(msg = "Job cancelled.")
  super
end