Oban.Console.Jobs (oban_console v0.1.1)

Summary

Functions

Link to this function

cancel_jobs(jobs_ids)

@spec cancel_jobs([integer() | [integer()]]) :: :ok
Link to this function

clean_storage()

@spec clean_storage() :: :ok
Link to this function

debug_jobs(jobs_ids)

@spec debug_jobs([integer() | [integer()]]) :: :ok
Link to this function

list(opts \\ [])

@spec list([Keyword.t()]) :: [Oban.Job.t()]
Link to this function

retry_jobs(jobs_ids)

@spec retry_jobs([integer() | [integer()]]) :: :ok
Link to this function

show_list(opts \\ [])

@spec show_list([Keyword.t()]) :: :ok