Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix documentation on the default queue for start_queue #114

Merged
merged 1 commit into from
May 17, 2021

Conversation

fanzeyi
Copy link
Contributor

@fanzeyi fanzeyi commented Nov 28, 2020

See #105

def start_queue(name, opts) do
{module, args} =
case opts[:queue] do
nil -> {Mnesia, [ram_copies: [node()]]}
module when is_atom(module) -> {module, []}
{module, args} -> {module, args}
end

The default queue is Honeydew.Queue.Mnesia.

@fanzeyi fanzeyi changed the title Fix the default queue for start_queue Fix documentation on the default queue for start_queue Nov 28, 2020
@koudelka koudelka merged commit ef85644 into koudelka:master May 17, 2021
@koudelka
Copy link
Owner

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants