Remove link about implementing job garbage binning
This link is no longer relevant as we now have a jobboard method that can trash() jobs so that they can not be claimed again. Change-Id: I087a90c16b95e9b80a37863fa79f3348fa448bdf
This commit is contained in:
@@ -53,11 +53,9 @@ claimable state.
|
|||||||
|
|
||||||
#. Forcefully delete jobs that have been failing continuously after a given
|
#. Forcefully delete jobs that have been failing continuously after a given
|
||||||
number of conductor attempts. This can be either done manually or
|
number of conductor attempts. This can be either done manually or
|
||||||
automatically via scripts (or other associated monitoring).
|
automatically via scripts (or other associated monitoring) or via
|
||||||
|
the jobboards :py:func:`~taskflow.jobs.base.JobBoard.trash` method.
|
||||||
#. Resolve the internal error's cause (storage backend failure, other...).
|
#. Resolve the internal error's cause (storage backend failure, other...).
|
||||||
#. Help implement `jobboard garbage binning`_.
|
|
||||||
|
|
||||||
.. _jobboard garbage binning: https://blueprints.launchpad.net/taskflow/+spec/jobboard-garbage-bin
|
|
||||||
|
|
||||||
Interfaces
|
Interfaces
|
||||||
==========
|
==========
|
||||||
|
|||||||
Reference in New Issue
Block a user