Opened 18 years ago
Closed 17 years ago
#181 closed enhancement (fixed)
slave shall not sleep until no more builds are ready to be executed
| Reported by: | thomas_mueller_ffb | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Build slave | Version: | dev |
| Keywords: | Cc: | ||
| Operating System: |
Description
scenario:
-more than one build is ready to be executed by one slave
-the slave is started/polls against the master and grabs one build
-the build is executed by the slave
-the slave is falling asleep (default for 10 minutes)
-the other builds don't get executed until the slave is awakening
solution:
-after executing a build the slave immediately polls the master for the next build
Please find the patch attached
regards,
Tom
Attachments (1)
Change History (3)
Changed 18 years ago by thomas_mueller_ffb
comment:1 Changed 17 years ago by davidf@…
This has been checked in with r527 which should have closed this ticket, so it should be closed now.
comment:2 Changed 17 years ago by dfraser
- Resolution set to fixed
- Status changed from new to closed

patch for slave.py