Exq.Api.remove_enqueued_jobs

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

remove_enqueued_jobs(pid, queue, raw_jobs)

View Source

Removes a job from the queue specified.

Expected args:

  • pid - Exq.Api process
  • queue - The name of the queue to remove the job from
  • raw_job - raw json encoded job value

Returns:

  • :ok