-
Notifications
You must be signed in to change notification settings - Fork 10
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
Bootstrap chicken and egg issue with siteid #50
Comments
brendanheywood
added a commit
that referenced
this issue
Jun 12, 2024
brendanheywood
added a commit
that referenced
this issue
Jun 12, 2024
brendanheywood
added a commit
that referenced
this issue
Jun 12, 2024
brendanheywood
added a commit
that referenced
this issue
Jun 13, 2024
Fix bootstrap chicken and egg condition #50
matthewhilton
pushed a commit
that referenced
this issue
Jul 2, 2024
matthewhilton
added a commit
that referenced
this issue
Jul 2, 2024
Fix bootstrap chicken and egg condition #50
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To reproduce:
Easier to map config to files just to see whats going on, but the issue is the same with both redis and with files
Now run this in two tabs:
and run these commands rerunning above between every command:
After the first cfg the caches should still be empty. After the second they should be filled. Prior to the patch the first one fills them in the wrong place, and the second results in two pairs of caches
The text was updated successfully, but these errors were encountered: