ErrLookup › bensheldon/good_job

bensheldon/good_job

Multithreaded, Postgres-based, Active Job backend for Ruby on Rails. · Ruby · 101 source files

Analyzed at 5fcde48f87 on 2026-08-23. 25 documented errors.

Code / MessageTypeSeverityTags
#{mass_action} is not a valid mass action
http error
Invalid type
http error
Must provide a block
exception error
All batches must be new (not persisted)
exception error
Properties must be a Hash
exception error
Invalid cron format: '#{cron}'
validation error
Must provide exactly one of queue, job_class, or label
validation error
Must provide at most one of active_job, queue, job_class, or
validation error
Concurrency key must be a String; was a #{key_value.class}
validation error
Concurrency key must be a String; was a #{key.class}
validation error
Interrupted after starting perform at '#{CurrentThread.execu
exception error
Expected an ActiveJob::Base instance, got #{active_job.class
exception error
Jobs must have a Queue Adapter
exception error
Capsule#restart cannot be called with a timeout of nil
exception error
Do not use `0` for cleanup intervals. Use `false` to disable
exception error
GoodJob execution mode must be one of #{EXECUTION_MODES.join
exception error
GoodJob dequeue query sortmust be one of #{DEQUEUE_QUERY_SOR
exception error
Performer argument must implement #next
exception error
Scheduler#restart cannot be called with a timeout of nil
exception error
#{e.class}: #{e.message}
exception error
The `GoodJob::Job#recent_error` method is deprecated and wil
console error
GoodJob has pending database migrations. To create the migra
console error
Calling `GoodJob.v4_ready?` is deprecated and will be remove
console error
GoodJob scheduler has been killed. The following Active Jobs
console error
WEBrick was requested as the probe server handler, but it's
console error