Exq.Api.remove_job

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

remove_job(pid, queue, jid)

View Source
This function is deprecated. use remove_enqueued_jobs/3.

Removes a job from the queue specified.

Expected args:

  • pid - Exq.Api process
  • queue - The name of the queue to remove the job from
  • jid - Unique identifier for the job

Returns:

  • :ok