Open GoogleCodeExporter opened 9 years ago
I am not sure how we can handle this: GC3Pie is not really designed to
handle short-running jobs. The main problem here is that
`Engine.progress` assumes that jobs do not change state more than one
time per cycle.
We could use `Application.requested_walltime` to estimate if a job
could change state during a single cycle, but that would only work for
applications that have good running time estimates. Would that work for you?
Original comment by riccardo.murri@gmail.com
on 9 Feb 2015 at 11:06
For me, the problem is not very critical, I just reported that there is one.
Because even if such a VM was spawned, it will stay not used only until we
create another job. After that, gc3pie will correctly use the VM and terminate
it later.
Unless the situation repeats...
Original comment by Karanda...@gmail.com
on 20 Feb 2015 at 9:55
Original issue reported on code.google.com by
Karanda...@gmail.com
on 2 Feb 2015 at 2:13