Priority
job.priority(priority)
job.priority(priority)Example Usage
const job = pulse.create('test', {});
job.priority('highest');
job.save(); // If you want to save itParameters
Returns
Last updated
job.priority(priority)const job = pulse.create('test', {});
job.priority('highest');
job.save(); // If you want to save itLast updated