Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
要求很简单,在 kue 中创建具有给定优先级的作业后,是否可以renice在计划运行之前更改其优先级(如在 POSIX 中)?
renice
我也有同样的需要。
似乎job.priority(level).update(fn)可行。如果作业已经保存,Job#save(fn)也可以按它调用的方式使用。Job#update(fn)
job.priority(level).update(fn)
Job#save(fn)
Job#update(fn)