Verk.Worker.perform_async

You're seeing just the function perform_async, go back to Verk.Worker module for more information.
Link to this function

perform_async(worker, manager, job)

View Source

Specs

perform_async(pid(), pid(), %Verk.Job{
  args: term(),
  class: term(),
  created_at: term(),
  enqueued_at: term(),
  error_backtrace: term(),
  error_message: term(),
  failed_at: term(),
  finished_at: term(),
  jid: term(),
  max_retry_count: term(),
  original_json: term(),
  queue: term(),
  retried_at: term(),
  retry_count: term()
}) :: :ok

Ask the worker to perform the job.