Exq.Api.find_retry

You're seeing just the function find_retry, go back to Exq.Api module for more information.
This function is deprecated. use find_retry/4.
Link to this function

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

View Source

Find job in retry queue

Expected args:

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

Returns:

  • {:ok, job}