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:
Joshua Harlow
2015-04-01 17:12:38 -07:00
parent 3af076d725
commit 17b7c219de

View File

@@ -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
========== ==========