Module: HireFire::Errors::JobQueueLatencyUnsupported
- Included in:
- Macro::Bunny, Macro::Resque
- Defined in:
- lib/hirefire/errors/job_queue_latency_unsupported.rb
Instance Method Summary collapse
Instance Method Details
#job_queue_latency ⇒ Object
6 7 8 9 |
# File 'lib/hirefire/errors/job_queue_latency_unsupported.rb', line 6 def job_queue_latency(*, **) raise HireFire::Errors::JobQueueLatencyUnsupportedError, "#{name} currently does not support job queue latency measurements." end |