-
Notifications
You must be signed in to change notification settings - Fork 44
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
TimeoutException with Latest Build #29
Comments
I should note that I did clear the cache manually. I don't know if that is relevant. Here is the exception from the start:
|
This is called by the library because you are using synchronous API. The Brando connector is asynchronous but the Play's cache API is not. To overcome this it uses the Await. The timeout can be configured in the conf file |
Otherwise I don't know what happens there, maybe Brando devs might help. Their core is not documented and I'm not sure what the faulty code is supposed to do. |
Ahh, the Unfortunately, this error came out of nowhere and brings down the entire application on startup. SO I have had to disable play-redis and rely on Play's default. It makes me sad--particularly since the error has so little explanation. |
I've been thinking how to help you when I am unable to track down the bug. I am about to release this version as 1.0.0 when its tested (please provide me some feedback at the end of the year, I'm not using it right now so I'm not sure it's working). What if I release the previous version with brando 2.0 but current api as 0.3? Would it help you? That means there would be a stable release and we could independently test the version with Brando 3.x.x. Thoughts? |
Actually, I could release it as 1.0.0-M1 or 1.0.0-RC1 which is stable but only a milestone or release candidate, respectively. Then I can release another RC and finally 1.0.0. I think this is good idea. Thoughs? |
I think your milestone and release candidate ideas are good ideas. |
Please check out releases. |
Cannot reproduce and it seems like Brando issue. Closing for now. |
Duplicate of #44 |
With the latest build of play-redis, I had an error on Heroku that emanated from play-redis. It could be an issue with Brando, but I am curious why that
Await
call happens:Here is what I saw in the logs:
Any ideas what the issue is? Perhaps a bug in the latest version of Brando?
The text was updated successfully, but these errors were encountered: