ObanPowertools.Doctor (oban_powertools v0.5.1)

Copy Markdown View Source

Summary

Functions

exit_code_for(findings)

@spec exit_code_for([ObanPowertools.Doctor.Finding.t()]) :: 0 | 1 | 2

run(repo, opts \\ [])

@spec run(
  module(),
  keyword()
) :: [ObanPowertools.Doctor.Finding.t()]