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

Fix theme concurrency issues #9609

Closed

Conversation

davidtaylorhq
Copy link
Member

(see commit messages)

In this case, it will execute the given block immediately
This was causing unusual side effects on high-traffic sites, where the cache would be rebuilt before the transaction had been committed
@davidtaylorhq davidtaylorhq marked this pull request as draft May 1, 2020 16:16
We compile within a database transaction, so using a cached value from redis can cause unwanted side effects
@davidtaylorhq
Copy link
Member Author

Added commits to master manually

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant