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 loading eredis and poolboy when compiled with rebar3 #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aboroska
Copy link
Contributor

@aboroska aboroska commented May 20, 2020

eredis has to be loaded before eredis_cluster starts. poolboy has to be
started as well.

mix.exs lists eredis and poolboy among applications. The rebar3 equivalent is
adding eredis and poolboy to applications in eredis_cluster.app.src.

eredis has to be loaded before eredis_cluster starts. poolboy has to be
started as well.

mix.exs lists eredis and poolboy among applications. The rebar3 equivalent is
adding eredis and poolboy to applications in eredis_cluster.app.src.
@aboroska aboroska force-pushed the fix-eredis-start branch from 113ba86 to e0d636d Compare May 20, 2020 17:51
@aboroska aboroska changed the title Fix loading eredis when compiled with rebar3 Fix loading eredis and poolboy when compiled with rebar3 May 20, 2020
@aboroska
Copy link
Contributor Author

I missed poolboy in the first version.

@elmirk
Copy link

elmirk commented Jun 11, 2020

or problem could be solved if put eredis&poolbow in top app appliaitons list, +1 to PR.

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