samsondav / rihanna

Rihanna is a high performance postgres-backed job queue for Elixir
MIT License
439 stars 47 forks source link

Feature request: Delete jobs by term #60

Closed VitorTrin closed 5 years ago

VitorTrin commented 5 years ago

At some point in time, a job that was scheduled is no longer relevant, or even wrong. As of today, I have the following the options:

If I could delete the job using the relevant data to my domain, that is, the module and the function, I could delete the outdated jobs without the need to save the id.

I'm preparing an PR with that

samsondav commented 5 years ago

This is blocked by: https://github.com/samphilipd/rihanna/issues/62