diff options
author | Valery Piashchynski <[email protected]> | 2021-08-09 17:25:08 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-09 17:25:08 +0300 |
commit | 0f16b25156cf98357865945d1c3bd5a038853c60 (patch) | |
tree | 2872b532f5f856d079247dc3b43dab5b08ace193 /plugins | |
parent | fba3d927b62f8963f0c291da2739061e726df32e (diff) |
Update response_protocol.md
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/jobs/response_protocol.md | 10 |
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: |