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

Fixed improper cache configuration. #33

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

chinmoy12c
Copy link
Member

The cache that was being used, forgot client IDs when the number of requests exceeded a certain threshold. Also, the initial implementation uses an in-memory cache which would be problematic while scaling up the service since the client id data would only be available to one of the instances, and if the response from outbound is received by another instance, the client id would be null.

Comment on lines +34 to +35
"cache-manager": "^3.6.0",
"cache-manager-redis-store": "^2.0.0",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was downgraded due to compatibility issues with redis store.
Look here.

@ChakshuGautam ChakshuGautam merged commit 369794a into samagra-comms:uci-pwa Sep 7, 2023
1 of 2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants