diff options
author | Valery Piashchynski <[email protected]> | 2022-12-22 19:03:31 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-12-22 19:03:31 +0100 |
commit | 33cec44ae130462433cee9062d06797ae8ce537f (patch) | |
tree | a8205b1a28e136bfe57bb71051d8bb3f04c725b3 /schemas/config | |
parent | cf1caf99f5d157dda67fd27187c8fc8a35611a8a (diff) | |
parent | e388eb585eb308150fae35efa8441eefaa0d82ae (diff) |
[#1391]: pre-release: `v2.12.2-alpha.1`v2.12.2-alpha.1
Diffstat (limited to 'schemas/config')
-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 } } }, |