-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure redis healthcheck key is unique
At the moment we use the same key for our healthcheck. This poses a potential race condition problem as we share the Redis database across all our applications. Instead we can generate a random key for each request which should prevent this problem from happening.
- Loading branch information
1 parent
c9d0e9b
commit cfb60c6
Showing
2 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters