Exq.Api.remove_enqueued_jobs
You're seeing just the function
remove_enqueued_jobs
, go back to Exq.Api module for more information.
Removes a job from the queue specified.
Expected args:
pid
- Exq.Api processqueue
- The name of the queue to remove the job fromraw_job
- raw json encoded job value
Returns:
:ok