View Source Bildad.Job.JobQueueEntries (Bildad v0.1.8)
Manages job queue entries.
Summary
Functions
Gets the job queue entry for the provided job run identifier. Returns nil if not found.
Gets the number of jobs currently in the queue.
Gets the queue position for the provided job run identifier. Returns nil if not found.
Lists all the jobs in the queue without pagination.
Lists all the jobs in the queue with pagination.
Lists all the jobs for the given status in the queue without pagination.
Lists all the jobs for the given status in the queue with pagination (with the default page size if nil provided for the page size).
Lists all the jobs that are available to run in the queue without pagination.
Lists all the jobs that are available to run in the queue with pagination.
Lists all the jobs that are running in the queue without pagination.
Lists all the jobs that are running in the queue with pagination.
Functions
get_job_queue_entry_for_identifier(job_config, job_run_identifier)
View SourceGets the job queue entry for the provided job run identifier. Returns nil if not found.
Gets the number of jobs currently in the queue.
get_queue_position_for_job_run_identifier(job_config, job_run_identifier)
View SourceGets the queue position for the provided job run identifier. Returns nil if not found.
Lists all the jobs in the queue without pagination.
Lists all the jobs in the queue with pagination.
Lists all the jobs for the given status in the queue without pagination.
list_jobs_for_status_in_the_queue(job_config, status, page, limit)
View SourceLists all the jobs for the given status in the queue with pagination (with the default page size if nil provided for the page size).
Lists all the jobs that are available to run in the queue without pagination.
Lists all the jobs that are available to run in the queue with pagination.
Lists all the jobs that are running in the queue without pagination.
Lists all the jobs that are running in the queue with pagination.