From 80e814cd737ac0eeaf186f3c7c73650538d90e40 Mon Sep 17 00:00:00 2001 From: ssemyonov Date: Tue, 11 Feb 2025 12:30:41 +0000 Subject: [PATCH] Fix - SQS `deliveryDelay` maximum is 15 minutes, not 15 seconds --- bindings/sqs/0.2.0/channel.json | 2 +- bindings/sqs/0.2.0/operation.json | 2 +- bindings/sqs/0.3.0/channel.json | 2 +- bindings/sqs/0.3.0/operation.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bindings/sqs/0.2.0/channel.json b/bindings/sqs/0.2.0/channel.json index 91431157..12c3a3fb 100644 --- a/bindings/sqs/0.2.0/channel.json +++ b/bindings/sqs/0.2.0/channel.json @@ -67,7 +67,7 @@ "type": "integer", "description": "The number of seconds to delay before a message sent to the queue can be received. used to create a delay queue.", "minimum": 0, - "maximum": 15, + "maximum": 900, "default": 0 }, "visibilityTimeout": { diff --git a/bindings/sqs/0.2.0/operation.json b/bindings/sqs/0.2.0/operation.json index f25d4423..97dca54d 100644 --- a/bindings/sqs/0.2.0/operation.json +++ b/bindings/sqs/0.2.0/operation.json @@ -70,7 +70,7 @@ "type": "integer", "description": "The number of seconds to delay before a message sent to the queue can be received. Used to create a delay queue.", "minimum": 0, - "maximum": 15, + "maximum": 900, "default": 0 }, "visibilityTimeout": { diff --git a/bindings/sqs/0.3.0/channel.json b/bindings/sqs/0.3.0/channel.json index 50069750..f8a1cd79 100644 --- a/bindings/sqs/0.3.0/channel.json +++ b/bindings/sqs/0.3.0/channel.json @@ -68,7 +68,7 @@ "type": "integer", "description": "The number of seconds to delay before a message sent to the queue can be received. used to create a delay queue.", "minimum": 0, - "maximum": 15, + "maximum": 900, "default": 0 }, "visibilityTimeout": { diff --git a/bindings/sqs/0.3.0/operation.json b/bindings/sqs/0.3.0/operation.json index d38e110a..657c0a3e 100644 --- a/bindings/sqs/0.3.0/operation.json +++ b/bindings/sqs/0.3.0/operation.json @@ -77,7 +77,7 @@ "type": "integer", "description": "The number of seconds to delay before a message sent to the queue can be received. Used to create a delay queue.", "minimum": 0, - "maximum": 15, + "maximum": 900, "default": 0 }, "visibilityTimeout": {