Exception: RocketJob::Worker::Shutdown

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/rocket_job/worker.rb

Overview

Raised when a worker is killed so that it shutdown immediately, yet cleanly.

Note:

  • It is not recommended to catch this exception since it is to shutdown workers quickly.