Skip to content

Commit

Permalink
Fix the default queue for start_queue (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanzeyi authored May 17, 2021
1 parent bc23e3c commit ef85644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/honeydew.ex
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ defmodule Honeydew do
You can provide any of the following `opts`:
- `queue`: is the module that queue will use. Defaults to
`Honeydew.Queue.ErlangQueue`. You may also provide args to the queue's
`Honeydew.Queue.Mnesia`. You may also provide args to the queue's
`c:Honeydew.Queue.init/2` callback using the following format:
`{module, args}`.
- `dispatcher`: the job dispatching strategy, `{module, init_args}`.
Expand Down

0 comments on commit ef85644

Please sign in to comment.