From 17b7c219de5091db802d5e8af539e4162666750b Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Wed, 1 Apr 2015 17:12:38 -0700 Subject: [PATCH] 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 --- doc/source/conductors.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/source/conductors.rst b/doc/source/conductors.rst index 16191ff0..a819c8a0 100644 --- a/doc/source/conductors.rst +++ b/doc/source/conductors.rst @@ -53,11 +53,9 @@ claimable state. #. Forcefully delete jobs that have been failing continuously after a given 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...). -#. Help implement `jobboard garbage binning`_. - -.. _jobboard garbage binning: https://blueprints.launchpad.net/taskflow/+spec/jobboard-garbage-bin Interfaces ==========