I am looking for a way to track sidekiq jobs that have been killed abruptly. Is there a on_delete kind of operation in sidekiq(I couldnt find any in documentation) I can implement, so that some process is carried out whenever a job gets deleted abruptly.
I looked into sidekiq ruby gem documentation, but couldnt find a solution for this.
I am using sidekiq v5.0.4