LemonMedia.MediaJobSupervisor (lemon_media v0.1.0)

View Source

Dynamic supervisor for BEAM-native media job workers.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_job(attrs, opts \\ [])

@spec start_job(
  map() | keyword(),
  keyword()
) :: {:ok, pid(), map()} | {:error, term()}

start_link(opts \\ [])

@spec start_link(keyword()) :: Supervisor.on_start()

status()

@spec status() :: map()