kue icon indicating copy to clipboard operation
kue copied to clipboard

search job by data

Open osher opened this issue 7 years ago • 1 comments

Hi,

What mechanisms kue provides me for searching a job by it's data?

My use-case comes from the RTB world, where ad campaign settings need to be visited daily - unless the advertiser pulled the campaign off.

So consider I have a delayed job per campaign, that once visited - it reschedules for the next interval.

But - when the advertiser pulls the camaign - I need to be able to abort it.

While I can on job-process time go to the advertizer db and see if the campaign is still active, I fancy a hook in which I can find the job and abort it in real time.

I'd appreciate any input. If the functionality is there - great. If it rolls to a feature-request - AND if we react fast - I'll be able to help as long as I'm working on this project.

Thanks, O

osher avatar Nov 19 '17 13:11 osher

I wrote an article that might help you https://medium.com/@sanchitbansal10/search-kue-jobs-by-job-data-c33972c04c6c

sanchitbansal10 avatar Mar 13 '19 10:03 sanchitbansal10