-
Notifications
You must be signed in to change notification settings - Fork 35
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
Generate report job takes too long #262
Comments
We're experiencing comparable issues, hope it can be addressed! 🙏🏼 |
@stuartcusackie @rubzie, some pretty big performance improvements coming in the next release #304 and #307, with more improvements yet to come...
For example, I'm now generating a report for 1000 entries, without a queue even set up, in ~8.5 seconds... |
Wooohoo nice, looking forward to it, thanks a lot @jesseleite! Then onto the next challenge, making SEO Pro work for multi site ;) |
Will close this when we tag next version, but see #310 🏎️ |
Tagged 5.4.0 🤘 |
My reports won't complete on a site with 400 entries. I am using the Redis queue with Horizon at the default of 60 second timeouts:
I think ideally these jobs should be split (one entry per job). A job that takes 10 minutes to run seems like a bad idea, and this site isn't really that big compared to some.
If that's not happening then a simpler improvement would be a customisable queue in the config. At the moment the only option is to massively increase the timeout of all jobs on the default queue, which I don't like doing.
Thanks!
The text was updated successfully, but these errors were encountered: