Exq.Api.remove_scheduled

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

remove_scheduled(pid, jid)

View Source
This function is deprecated. use remove_scheduled_jobs/2.

Removes a job scheduled to run in the future from being enqueued.

Expected args:

  • pid - Exq.Api process
  • jid - Unique identifier for the job

Returns:

  • :ok