struct

Conveyor::Job::Bogus

Inherits Conveyor::Job < JSON::Serializable < Struct < Value < Object

You can use this job type for testing empty jobs, such as benchmarking your job-processing infrastructure (compute infra and Redis).

Constructors

new(pull : JSON::PullParser)

You can use this job type for testing empty jobs, such as benchmarking your job-processing infrastructure (compute infra and Redis).

Source

Instance methods

call

Override this method to provide this job's functionality.

Source
conveyor_job_type

You can use this job type for testing empty jobs, such as benchmarking your job-processing infrastructure (compute infra and Redis).