Exq.Api.find_scheduled

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

find_scheduled(pid, jid)

View Source
This function is deprecated. use find_scheduled/4.
Link to this function

find_scheduled(pid, score, jid, options \\ [])

View Source

Find job in scheduled queue

Expected args:

  • pid - Exq.Api process
  • score - Job score
  • jid - Job jid
  • options
    • raw: (boolean) whether to deserialize the job

Returns:

  • {:ok, job}