View Source Mobilizon.Service.Workers.Background (Mobilizon v5.0.0-beta.1)

Worker to perform various actions in the background

Summary

Functions

Link to this function

enqueue(operation, params, worker_args \\ [])

View Source
@spec enqueue(String.t() | atom(), map(), Keyword.t()) ::
  {:ok, Oban.Job.t()} | {:error, Ecto.Changeset.t()}