Closed Schultzer closed 5 years ago
I'm not sure this is the fix but when starting up validate_args/1
receive [[node()], [disc_copies: nodes], []]
instead of [disc_copies: nodes]
hey there @Schultzer, it looks like i've forgotten to update the docs in that section, sorry about that!
i've pushed a fix, mind trying it out? :)
Thanks, it works! ❤️
No worries, Nomad looks awesome, btw! :)
Hi @koudelka,
Thanks for creating honeydew, it's been my go to job queue for all my elixir projects.
I'm having one problem with setting up a global queue following the example in global.
This always fails because
nodes_list/1
is trying to doKeyword.get/3
on a list.