From 0f16b25156cf98357865945d1c3bd5a038853c60 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Mon, 9 Aug 2021 17:25:08 +0300 Subject: Update response_protocol.md --- plugins/jobs/response_protocol.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/plugins/jobs/response_protocol.md b/plugins/jobs/response_protocol.md index c1d32e7a..a9230ffc 100644 --- a/plugins/jobs/response_protocol.md +++ b/plugins/jobs/response_protocol.md @@ -12,13 +12,9 @@ Types are: 2 - ... ``` ----- -`NO_ERROR`: contains only `type` and empty `data`. - ----- -`ERROR` : contains `type`: 1, and `data` field with: `message` describing the error, `requeue` flag to requeue the job, -`dalay_seconds`: to delay a queue for a provided amount of seconds. ----- +- `NO_ERROR`: contains only `type` and empty `data`. +- `ERROR` : contains `type`: 1, and `data` field with: `message` describing the error, `requeue` flag to requeue the job, +`dalay_seconds`: to delay a queue for a provided amount of seconds. For example: -- cgit v1.2.3