speechmatics / gridengine_exporter

Prometheus Exporter for Grid Engine
3 stars 0 forks source link

Fix/pending jobs invisible if q specified #4

Closed jeanpijon closed 1 year ago

jeanpijon commented 1 year ago

When using load_values as a requestable parameter in job (e.g. -l mem_free=2G). It will not be shown in case the -q param is specified in qstat.

This is due to the way how load_values are used. Scheduler will assign the queue at the moment of start of the job, as there is no way for scheduler to know, how the load_value will behave in the future. (kinda like Schroedinger job...)