openmole / hybrid_environment

External openmole plugin, listening to the givens environments, and saving data and statistics about them.
1 stars 0 forks source link

Sort jobs to be given by remaining execution time #8

Open jopasserat opened 9 years ago

jopasserat commented 9 years ago

Would prevent cancelling and restarting jobs potentially close to being finished.

expectedExecutionTime can be computed from timestamp mentioned in #4

Similarly HybridEnvironment.take() does not have to systematically cancel jobs (first job to finish would be considered).