Skip to content

Commit

Permalink
Fix doc typo in oban.ex (#1152)
Browse files Browse the repository at this point in the history
  • Loading branch information
zorbash committed Sep 12, 2024
1 parent 4044145 commit 83d2fc1
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 83d2fc1

Please sign in to comment.