Exq.worker_job

You're seeing just the function worker_job, go back to Exq module for more information.
Link to this function

worker_job(name \\ nil, pid \\ self())

View Source

Get the job metadata

  • name - registered name of Exq. Only necessary if the custom name option is used when starting Exq. Defaults to Exq
  • pid - pid of the worker. Defaults to self().