@vercel/queue 0.0.0-alpha.38 → 0.0.0-alpha.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -6
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/nextjs-pages.js +1 -1
- package/dist/nextjs-pages.mjs +1 -1
- package/dist/web.js +1 -1
- package/dist/web.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -183,7 +183,6 @@ Configure which topics and consumers your API routes handle.
|
|
|
183
183
|
{
|
|
184
184
|
"type": "queue/v2beta",
|
|
185
185
|
"topic": "my-topic",
|
|
186
|
-
"consumer": "my-consumer",
|
|
187
186
|
"retryAfterSeconds": 60,
|
|
188
187
|
"initialDelaySeconds": 0
|
|
189
188
|
}
|
|
@@ -193,8 +192,7 @@ Configure which topics and consumers your API routes handle.
|
|
|
193
192
|
"experimentalTriggers": [
|
|
194
193
|
{
|
|
195
194
|
"type": "queue/v2beta",
|
|
196
|
-
"topic": "order-events"
|
|
197
|
-
"consumer": "fulfillment"
|
|
195
|
+
"topic": "order-events"
|
|
198
196
|
}
|
|
199
197
|
]
|
|
200
198
|
},
|
|
@@ -203,7 +201,6 @@ Configure which topics and consumers your API routes handle.
|
|
|
203
201
|
{
|
|
204
202
|
"type": "queue/v2beta",
|
|
205
203
|
"topic": "order-events",
|
|
206
|
-
"consumer": "analytics",
|
|
207
204
|
"retryAfterSeconds": 300
|
|
208
205
|
}
|
|
209
206
|
]
|
|
@@ -508,8 +505,7 @@ Topic patterns support wildcards for flexible routing:
|
|
|
508
505
|
"experimentalTriggers": [
|
|
509
506
|
{
|
|
510
507
|
"type": "queue/v2beta",
|
|
511
|
-
"topic": "user-*"
|
|
512
|
-
"consumer": "processor"
|
|
508
|
+
"topic": "user-*"
|
|
513
509
|
}
|
|
514
510
|
]
|
|
515
511
|
}
|
package/dist/index.js
CHANGED
|
@@ -1029,7 +1029,7 @@ var QueueClient = class {
|
|
|
1029
1029
|
}
|
|
1030
1030
|
console.debug("[VQS Debug] Request:", JSON.stringify(logData, null, 2));
|
|
1031
1031
|
}
|
|
1032
|
-
init.headers.set("User-Agent", `@vercel/queue/${"0.0.0-alpha.
|
|
1032
|
+
init.headers.set("User-Agent", `@vercel/queue/${"0.0.0-alpha.39"}`);
|
|
1033
1033
|
init.headers.set("Vqs-Client-Ts", (/* @__PURE__ */ new Date()).toISOString());
|
|
1034
1034
|
const response = await fetch(url, init);
|
|
1035
1035
|
if (isDebugEnabled()) {
|
package/dist/index.mjs
CHANGED
|
@@ -969,7 +969,7 @@ var QueueClient = class {
|
|
|
969
969
|
}
|
|
970
970
|
console.debug("[VQS Debug] Request:", JSON.stringify(logData, null, 2));
|
|
971
971
|
}
|
|
972
|
-
init.headers.set("User-Agent", `@vercel/queue/${"0.0.0-alpha.
|
|
972
|
+
init.headers.set("User-Agent", `@vercel/queue/${"0.0.0-alpha.39"}`);
|
|
973
973
|
init.headers.set("Vqs-Client-Ts", (/* @__PURE__ */ new Date()).toISOString());
|
|
974
974
|
const response = await fetch(url, init);
|
|
975
975
|
if (isDebugEnabled()) {
|
package/dist/nextjs-pages.js
CHANGED
|
@@ -496,7 +496,7 @@ var QueueClient = class {
|
|
|
496
496
|
}
|
|
497
497
|
console.debug("[VQS Debug] Request:", JSON.stringify(logData, null, 2));
|
|
498
498
|
}
|
|
499
|
-
init.headers.set("User-Agent", `@vercel/queue/${"0.0.0-alpha.
|
|
499
|
+
init.headers.set("User-Agent", `@vercel/queue/${"0.0.0-alpha.39"}`);
|
|
500
500
|
init.headers.set("Vqs-Client-Ts", (/* @__PURE__ */ new Date()).toISOString());
|
|
501
501
|
const response = await fetch(url, init);
|
|
502
502
|
if (isDebugEnabled()) {
|
package/dist/nextjs-pages.mjs
CHANGED
|
@@ -460,7 +460,7 @@ var QueueClient = class {
|
|
|
460
460
|
}
|
|
461
461
|
console.debug("[VQS Debug] Request:", JSON.stringify(logData, null, 2));
|
|
462
462
|
}
|
|
463
|
-
init.headers.set("User-Agent", `@vercel/queue/${"0.0.0-alpha.
|
|
463
|
+
init.headers.set("User-Agent", `@vercel/queue/${"0.0.0-alpha.39"}`);
|
|
464
464
|
init.headers.set("Vqs-Client-Ts", (/* @__PURE__ */ new Date()).toISOString());
|
|
465
465
|
const response = await fetch(url, init);
|
|
466
466
|
if (isDebugEnabled()) {
|
package/dist/web.js
CHANGED
|
@@ -496,7 +496,7 @@ var QueueClient = class {
|
|
|
496
496
|
}
|
|
497
497
|
console.debug("[VQS Debug] Request:", JSON.stringify(logData, null, 2));
|
|
498
498
|
}
|
|
499
|
-
init.headers.set("User-Agent", `@vercel/queue/${"0.0.0-alpha.
|
|
499
|
+
init.headers.set("User-Agent", `@vercel/queue/${"0.0.0-alpha.39"}`);
|
|
500
500
|
init.headers.set("Vqs-Client-Ts", (/* @__PURE__ */ new Date()).toISOString());
|
|
501
501
|
const response = await fetch(url, init);
|
|
502
502
|
if (isDebugEnabled()) {
|
package/dist/web.mjs
CHANGED
|
@@ -460,7 +460,7 @@ var QueueClient = class {
|
|
|
460
460
|
}
|
|
461
461
|
console.debug("[VQS Debug] Request:", JSON.stringify(logData, null, 2));
|
|
462
462
|
}
|
|
463
|
-
init.headers.set("User-Agent", `@vercel/queue/${"0.0.0-alpha.
|
|
463
|
+
init.headers.set("User-Agent", `@vercel/queue/${"0.0.0-alpha.39"}`);
|
|
464
464
|
init.headers.set("Vqs-Client-Ts", (/* @__PURE__ */ new Date()).toISOString());
|
|
465
465
|
const response = await fetch(url, init);
|
|
466
466
|
if (isDebugEnabled()) {
|