brandonhilkert / sucker_punch

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

How to find sheduling Job ID #184

Closed shashi-we closed 8 years ago

shashi-we commented 8 years ago

Is there any way to find scheduling job id and kill that?

I saw log where it is show

[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d4eb1d53-3497-43c1-b7c7-e55e05ad9fcd) to SuckerPunch(mailers) with arguments: "UserMailer", "send_notification", "deliver_now", gid://essay-review-app/User/40, gid://essay-review-app/User/38, gid://essay-review-app/Attachment/292

brandonhilkert commented 8 years ago

Unfortunately not.