@vercel/queue
Advanced tools
+1
-1
@@ -271,3 +271,3 @@ /** | ||
| * @minimum 0 | ||
| * @maximum 432000 (5 days, and cannot exceed retentionSeconds) | ||
| * @maximum 604800 (7 days, cannot exceed retentionSeconds) | ||
| */ | ||
@@ -274,0 +274,0 @@ delaySeconds?: number; |
+1
-1
@@ -271,3 +271,3 @@ /** | ||
| * @minimum 0 | ||
| * @maximum 432000 (5 days, and cannot exceed retentionSeconds) | ||
| * @maximum 604800 (7 days, cannot exceed retentionSeconds) | ||
| */ | ||
@@ -274,0 +274,0 @@ delaySeconds?: number; |
+1
-1
| { | ||
| "name": "@vercel/queue", | ||
| "version": "0.1.5", | ||
| "version": "0.1.6", | ||
| "publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
+2
-2
@@ -576,3 +576,3 @@ # Vercel Queues | ||
| | `retentionSeconds` | 86,400 (24h) | 60 | 604,800 (7d) | Message TTL | | ||
| | `delaySeconds` | 0 | 0 | 432,000 (5d) | Cannot exceed retention | | ||
| | `delaySeconds` | 0 | 0 | 604,800 (7d) | Cannot exceed retention | | ||
| | `idempotencyKey` | — | — | — | Dedup window: `min(retention, 24h)` | | ||
@@ -625,3 +625,3 @@ | ||
| retentionSeconds: 3600, // Message TTL (default: 86400, max: 604800) | ||
| delaySeconds: 60, // Delay before visible (default: 0, max: 5d) | ||
| delaySeconds: 60, // Delay before visible (default: 0, max: 7d) | ||
| headers: { "X-Custom": "val" }, // Custom headers | ||
@@ -628,0 +628,0 @@ region: "sfo1", // Override the auto-detected region for this send |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
600443
0