You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 }
The text was updated successfully, but these errors were encountered: