Exq.Api.find_failed

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

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

View Source

Find failed job

Expected args:

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

Returns:

  • {:ok, job}