brandonhilkert / sucker_punch

Sucker Punch is a Ruby asynchronous processing library using concurrent-ruby, heavily influenced by Sidekiq and girl_friday.
MIT License
2.64k stars 114 forks source link

Cancel job with delay #141

Closed toomus closed 8 years ago

toomus commented 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
brandonhilkert commented 8 years ago

Currently there is no way to dig through the queue and make adjustments.