diff options
author | Valery Piashchynski <[email protected]> | 2022-12-22 18:41:56 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-12-22 18:41:56 +0100 |
commit | e388eb585eb308150fae35efa8441eefaa0d82ae (patch) | |
tree | a8205b1a28e136bfe57bb71051d8bb3f04c725b3 | |
parent | ffc4620bf0376c5ac19fbb0b2a36884fa6bbad04 (diff) |
update schema 2.0
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r-- | schemas/config/2.0.schema.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/schemas/config/2.0.schema.json b/schemas/config/2.0.schema.json index 8dc5f80f..6ad9b1fb 100644 --- a/schemas/config/2.0.schema.json +++ b/schemas/config/2.0.schema.json @@ -1475,6 +1475,11 @@ "description": "Use rabbitmq mechanism to requeue the job on fail", "type": "boolean", "default": false + }, + "queue_headers" : { + "description": "Queue declare args, associated array (hashmap, key:val)", + "$ref": "#/definitions/Hashmap", + "default": null } } }, |