I use rescue gem for managing my background jobs,
I want get the handle id after creating an new background job,
Then I can kill the background job anytime with the handle id.
But I couldn’t get it with resque, it seems there is no way to delete any queued job or running job,
I know that sidekiq has the way to deleted queued jobs