The requirement is simple, after creating a job in kue with a given priority, is it possible to change its priority (like renice
in POSIX) before it's scheduled to run?
Asked
Active
Viewed 243 times
1 Answers
2
I had the same need.
It seems that job.priority(level).update(fn)
works. Job#save(fn)
could also be used as it calls Job#update(fn)
if the job has already been saved.

Mathieu Lordon
- 287
- 1
- 7