From d94d81878b2096a7bb974b3564a7830a4fbadb47 Mon Sep 17 00:00:00 2001 From: Nicolai Cornelis Date: Mon, 28 Oct 2024 03:06:43 +0100 Subject: [PATCH] chore: Remove legacy consume_all feature --- schema.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/schema.json b/schema.json index 0dfdcfa..d8e2cb1 100644 --- a/schema.json +++ b/schema.json @@ -85,11 +85,6 @@ "type": "integer", "minimum": 0 }, - "consume_all": { - "description": "Normally only jobs with a Jobs structure are consumed. Enable this to consume all jobs on the queue.", - "type": "boolean", - "default": false - }, "queue": { "type": "string", "description": "The name of the queue.",