You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Adding successive jobs to the server with two or more workers
What is the expected output? What do you see instead?
I would expect to see the workers pickup a job after then have finished. The
output is simply for the workers to wait and output "send jobs"
What version of the product are you using? On what operating system?
3.5
Please provide any additional information below.
In order to get the job to start, I need to kill the server and the workers and
restart them both.
Original issue reported on code.google.com by [email protected] on 18 Dec 2010 at 1:17
The text was updated successfully, but these errors were encountered:
I used the distribution package 3.5
Thanks,
Brian
Comment #1 on issue 20 by corvazier: Worker does not pickup new job after
finishing initial task
http://code.google.com/p/coalition/issues/detail?id=20
Hi there,
Do you use the SVN source code or a distribution package ?
In case of a package, which one ?
I tried the same setup with the version checked out from the trunk. I setup 10
workers and submitted ~30 jobs, each one taking about 5 minutes to complete.
The jobs wind up finishing ok, but then the workers don't pick up the remaining
jobs. The output just prints "Send jobs" and nothing happens.
Cheers,
Brian
Original issue reported on code.google.com by
[email protected]
on 18 Dec 2010 at 1:17The text was updated successfully, but these errors were encountered: