summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-08-09 17:25:08 +0300
committerGitHub <[email protected]>2021-08-09 17:25:08 +0300
commit0f16b25156cf98357865945d1c3bd5a038853c60 (patch)
tree2872b532f5f856d079247dc3b43dab5b08ace193 /plugins
parentfba3d927b62f8963f0c291da2739061e726df32e (diff)
Update response_protocol.md
Diffstat (limited to 'plugins')
-rw-r--r--plugins/jobs/response_protocol.md10
1 files 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: