Oban.Console.Repo (oban_console v0.1.1)

Summary

Functions

@spec all(Ecto.Query.t()) :: [map()]
Link to this function

cancel_job(job_id)

@spec cancel_job(String.t()) :: :ok
Link to this function

get_job(job_id)

@spec get_job(String.t()) :: map()
Link to this function

pause_queue(name)

@spec pause_queue(atom()) :: :ok
@spec queue_jobs() :: [{String.t(), String.t(), integer()}]
@spec queues() :: [map()]
Link to this function

resume_queue(name)

@spec resume_queue(atom()) :: :ok
Link to this function

retry_job(job_id)

@spec retry_job(String.t()) :: :ok