From 93c4f7f1932651a52ac7858e276faa5939f2f2ae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ren=C3=A9=20Nussbaumer?= <rn@google.com>
Date: Fri, 10 Oct 2008 09:55:24 +0000
Subject: [PATCH] Update design-2.0-job-queue to reflect changes

With change 1773 a new status WAITLOCK was introduced if a job/opcode is
waiting for a lock. This change updates the document about the job-queue
accordingly.

Reviewed-by: iustinp
---
 doc/design-2.0-job-queue.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/design-2.0-job-queue.rst b/doc/design-2.0-job-queue.rst
index c711a3234..3a487890f 100644
--- a/doc/design-2.0-job-queue.rst
+++ b/doc/design-2.0-job-queue.rst
@@ -108,6 +108,8 @@ Each job and each opcode has, at any time, one of the following states:
 
 Queued
   The job/opcode was submitted, but did not yet start.
+Waiting
+  The job/opcode is waiting for a lock to proceed.
 Running
   The job/opcode is running.
 Canceled
-- 
GitLab