diff options
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 } } }, |