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

Rethink full sitemap generation to allow parallel processing #140

Open
pkevan opened this issue Jun 29, 2018 · 2 comments
Open

Rethink full sitemap generation to allow parallel processing #140

pkevan opened this issue Jun 29, 2018 · 2 comments

Comments

@pkevan
Copy link
Contributor

pkevan commented Jun 29, 2018

Currently, the full sitemap generator uses option values to store the sequence of initial sitemap to generate, which can cause issues on sites where parallel processing is possible.

Rethinking this method to use something which reduces a potential race condition and allows them to be generated quicker would be good - perhaps even dropping the individual cron event setup would be better here.

@mjangda
Copy link
Member

mjangda commented Jun 29, 2018

Maybe we should just use a custom table to build and track the queue of dates to be processed?

@pkevan
Copy link
Contributor Author

pkevan commented Jun 29, 2018

Yes, exactly or some kind of postmeta could also work.

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

No branches or pull requests

2 participants