Replies: 3 comments 6 replies
-
Hey, one idea that comes to mind: are Mongo and Redis running in a different availability zone when the timeout happens? Depending on your case, you could running everything in one AZ (not redundant though), or have Redis + Mongo run in all AZ (redundant, but probably more expensive).
Just so we get a better idea, what timing are we talking about? |
Beta Was this translation helpful? Give feedback.
-
Name or Service not known is usually caused by complete lack of internet connection. A slow connection would still give you a timeout, not a complete lack of connectivity. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the tips guys. We moved back to ECS for now, until we can figure out what's going on. |
Beta Was this translation helpful? Give feedback.
-
First off, Love Bref. We successfully migrated with it but we are having some pretty major issues somehow, probably not Bref's fault, but maybe you have an idea. I've been stumped for a week.
Currently using the 7.3 build.
We're in a VPC, used the serverlesss plugin, we're about to make calls to the outside no problem. However it seems that networking is very slow. Our requests take at least 4x longer than local. Successive calls to Mongo call timeouts. It's also on AWS in the same region. Seems all like networking stuff. I've moved it out the VPC, same.
Last night we had what appeared to be a ton of networking errors.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions