Skip to content

Commit

Permalink
Fix typo in Backoff.with_retry docs (#1113)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhcarvalho committed Jun 29, 2024
1 parent 1fe45ba commit 92f8757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oban/backoff.ex
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ defmodule Oban.Backoff do
end

@doc """
Attempt a database interraction repeatedly until it succeeds or retries are exhausted.
Attempt a database interaction repeatedly until it succeeds or retries are exhausted.
Failed attempts are spaced out using exponential backoff with jitter. By default, functions are
retried _infinitely_ with a maximum of ~100 seconds between retries.
Expand Down

0 comments on commit 92f8757

Please sign in to comment.