Exq.Api.failed

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

failed(pid, options \\ [])

View Source

List jobs that have failed and will not retry, as they've exceeded their retry count.

Expected args:

  • pid - Exq.Api process
  • options
    • score: (boolean) whether to include job score
    • size: (integer) size of list
    • offset: (integer) start offset of the list

Returns:

  • {:ok, [jobs]}