as administrator I need to give the maximum priority to a given job.
I have found that submission options like: --priority=<value>
or --nice[=adjustment]
could be useful, but I do not know which values I should assign them in order to provide the job with the highest priority.
Another approach could be to set a low priority by default to all the jobs and to the special ones increase it.
Any idea of how I could carry it out?
EDIT: I am using sched/backfill policy and the default job priority policy (FIFO).
Thank you.