Exq.Api.retries

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

retries(pid, options \\ [])

View Source

List jobs that will be retried because they previously failed and have not 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]}