-
Notifications
You must be signed in to change notification settings - Fork 6
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
No check #62
No check #62
Conversation
On idr-next: lots of parallel jobs causes problems - #55 (comment) Let's use a small number parallel threads on just
EDIT: after 14 mins, Blitz log shows gaps of no activity for several mins, e.g.
Just seeing first errors:
Those
But
|
It seems that the
That would seem to correspond with the number of jobs running:
and is likely due to the fact that raising the Exception causes each job to stop after the first Error. Total number of Images rendered before all jobs failed is
Divide 1332 images between 9 jobs gives an average of 148 images per job before Error.
Is this now at a useful state for adding to tests etc? |
Just for testing, use
--no-check
to avoid connecting to IDR, so we can just focus on perf of getPlanes() on current server.