Improve host load balancing on ImportD service
Bug #546029 reported by
Stefan Stasik
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad code imports |
Triaged
|
Low
|
Unassigned |
Bug Description
Hello: Currently we have 4 ImportD job servers that process code imports on Launchpad. We use a basic crontab system to launch the processing scripts on a staggered basis (using shell 'sleep') to try to balance how the 4 hosts process the incoming jobs. We need to come up with a improved way of handling these jobs so that the load-balancing happens in a more intelligent way. One of the servers is much more powerful than the others, so a round-robin approach doesn't work well.
Thank you, Stefan Stasik
affects: | launchpad → launchpad-code |
Changed in launchpad-code: | |
status: | New → Triaged |
importance: | Undecided → High |
tags: | added: code-import |
affects: | launchpad → lp-codeimport |
To post a comment you must log in.
Does the --max-jobs option do this?