Closed toomus closed 8 years ago
Hi. Is it possible to cancel job before start if it has delay? Eg. this from README:
Job.new.async.later(60, "asdf") # `perform` will be excuted 60 sec. later
Currently there is no way to dig through the queue and make adjustments.
Hi. Is it possible to cancel job before start if it has delay? Eg. this from README: