updating delay time of an existing job
Created by: pshaddel
Description
as I read the documentation with job.update(data)
function we are only able to update the data
.
here my intention is updating delay time of an existing job.
right now the way I can solve this is to remove
that job and add
new job with updated JobOpts
.
is there any way to do this with using just job.update()
?