Skip to content

Commit

Permalink
Fix doc typo in oban.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
zorbash authored Sep 11, 2024
1 parent 4044145 commit 23c2bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oban.ex
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ defmodule Oban do
minimize database load, only `5_000` jobs are staged at each interval.
Only the leader node stages jobs and notifies queues when the `:notifier's` pubsub
notifications are functional. If pubusb messages can't get through then staging switches to a
notifications are functional. If pubsub messages can't get through then staging switches to a
less efficient "local" mode in which all nodes poll for jobs to run.
Setting the interval to `:infinity` disables staging entirely. The default is `1_000ms`.
Expand Down

0 comments on commit 23c2bee

Please sign in to comment.