Resque Remove Job Via Unique Key Or Partial Arguments
I have an issue where I want to replace a job if a new job with the same unique key (but different arguments) is queued up. Ideally checking both 1 argument and the unique key.
I have an issue where I want to replace a job if a new job with the same unique key (but different arguments) is queued up. Ideally checking both 1 argument and the unique key.