Exception: Pgbus::ExecutionPoolError

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

Overview

Raised by the execution pools when work can't be accepted: the pool is shutting down, or it's momentarily at capacity. Consumer-reachable during job submission, so it descends from Pgbus::Error rather than RuntimeError.