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

Suo::LockClientError #11

Open
dkdelosreyes opened this issue Dec 17, 2018 · 3 comments
Open

Suo::LockClientError #11

dkdelosreyes opened this issue Dec 17, 2018 · 3 comments

Comments

@dkdelosreyes
Copy link

Hi @nickelser

This error is happening on production only. Could this be a cause of missing this code below in the configs?

ActiveJob::TrafficControl.client = ConnectionPool.new(size: 5, timeout: 5) { Redis.new }

@richpeck
Copy link

Yes, I had that issue in Heroku and by placing that code into the app it works.

@corymcdonald
Copy link

Just had this same issue, if you don't have Redis running, or defined in your project then you will get this error. It would be nice if this error was more clear, i.e. CannotConnectError

@elioncho
Copy link

Documentation needs to tell that the line above is required.

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

No branches or pull requests

4 participants