Add state and registry for canceled jobs
Author: olingercCreated Jan 17, 2018Updated May 24, 2026
As discussed in https://github.com/rq/rq/pull/916 we should introduce a CANCELED state as well as a CanceledJobRegistry in order to differentiate between jobs which have not yet run because they depend on a parent job that has not yet finished (DEFERRED) and jobs that will never run because their parent job has been deleted (new CANCELED state).
P.S. I can do this but my first priority is getting multi-dependencies introduced so this might be a low hanging fruit for somebody else ?
Source: rq/rq