Hello

We use the lockable resources plugin to manage access to
scarce resources (which works fine). When there are several
jobs running, each one locking and unlocking the resource
multiple times then it happens that all the jobs get a slice
of the resource before another job uses it again, probably
in the order of the locking requests.
Is it possible to prioritize jobs in locking based on something
else than the lock order? Is it possible to use the job start
time so the longest running jobs get priority over new jobs,
even if they release the lock intermittently?

If this is not possible then I probably need to adjust the
jobs to not release the lock in between even if it's not used
for some time.

Thanks

bye  Fabi

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/cbeb165a5445775ed96e7843cafd88a9%40indel.ch.

Reply via email to