-
Notifications
You must be signed in to change notification settings - Fork 180
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
OPAL Server stops polling policy updates when utilizing AWS ElastiCache Redis #685
Comments
Going down the rabbit hole the |
Hi, thanks for reporting. |
I've tried. It works with the example app. However when trying with OPAL Server the |
Connection is TLS and password protected, i.e.
|
Very odd. Seeing as I don't have a pointers for you - what I can suggest is maybe using a different backbone pub/sub - e.g. Postgres listen notify instead of ElasticCache Redis |
RDS Postgres seems to be working. |
First I've configured OPAL Server to utilize local Redis instance (running as Docker container)
and confirmed that it works
When policy is updated and changes are pushed to Git repository I see that OPAL Server handles this update correctly. So far, so good.
Then I've configured OPAL Server to utilize Amazon ElastiCache Redis instance
and confirmed that it works
When policy is updated and changes are pushed to Git repository I see that OPAL Server handles this update
but then I do not see
Pulling changes from remote: 'origin'
messages anymore. The only difference I can see in logs isRedis connection lost
with local Redis vs. not seeing this message at all when leveraging Amazon ElastiCache. I've tried versions 6 and 7 but I do not think that is the case. Is there anything I can do to make it works?The text was updated successfully, but these errors were encountered: