@okf/ootils 1.32.7 → 1.32.8
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/dist/browser.js +1 -1
- package/dist/browser.mjs +1 -1
- package/dist/node.js +1 -1
- package/dist/node.mjs +1 -1
- package/dist/universal.js +1 -1
- package/dist/universal.mjs +1 -1
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -1012,7 +1012,7 @@ var BASE_BULLMQ_CONFIG = {
|
|
|
1012
1012
|
// index and re-fetch the existing doc, so concurrent jobs proposing the
|
|
1013
1013
|
// same tag converge to one. See ai/dualAgentAnnotation/tools/createTaxonomyItem.js.
|
|
1014
1014
|
// Starting at 10; real ceiling is the LLM provider's rate limit.
|
|
1015
|
-
concurrency:
|
|
1015
|
+
concurrency: 15,
|
|
1016
1016
|
lockDuration: 3e5,
|
|
1017
1017
|
// 5 minutes lock duration since annotation can be slow
|
|
1018
1018
|
maxStalledCount: 3
|
package/dist/browser.mjs
CHANGED
|
@@ -943,7 +943,7 @@ var BASE_BULLMQ_CONFIG = {
|
|
|
943
943
|
// index and re-fetch the existing doc, so concurrent jobs proposing the
|
|
944
944
|
// same tag converge to one. See ai/dualAgentAnnotation/tools/createTaxonomyItem.js.
|
|
945
945
|
// Starting at 10; real ceiling is the LLM provider's rate limit.
|
|
946
|
-
concurrency:
|
|
946
|
+
concurrency: 15,
|
|
947
947
|
lockDuration: 3e5,
|
|
948
948
|
// 5 minutes lock duration since annotation can be slow
|
|
949
949
|
maxStalledCount: 3
|
package/dist/node.js
CHANGED
|
@@ -269,7 +269,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
|
|
|
269
269
|
// index and re-fetch the existing doc, so concurrent jobs proposing the
|
|
270
270
|
// same tag converge to one. See ai/dualAgentAnnotation/tools/createTaxonomyItem.js.
|
|
271
271
|
// Starting at 10; real ceiling is the LLM provider's rate limit.
|
|
272
|
-
concurrency:
|
|
272
|
+
concurrency: 15,
|
|
273
273
|
lockDuration: 3e5,
|
|
274
274
|
// 5 minutes lock duration since annotation can be slow
|
|
275
275
|
maxStalledCount: 3
|
package/dist/node.mjs
CHANGED
|
@@ -274,7 +274,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
|
|
|
274
274
|
// index and re-fetch the existing doc, so concurrent jobs proposing the
|
|
275
275
|
// same tag converge to one. See ai/dualAgentAnnotation/tools/createTaxonomyItem.js.
|
|
276
276
|
// Starting at 10; real ceiling is the LLM provider's rate limit.
|
|
277
|
-
concurrency:
|
|
277
|
+
concurrency: 15,
|
|
278
278
|
lockDuration: 3e5,
|
|
279
279
|
// 5 minutes lock duration since annotation can be slow
|
|
280
280
|
maxStalledCount: 3
|
package/dist/universal.js
CHANGED
|
@@ -1012,7 +1012,7 @@ var BASE_BULLMQ_CONFIG = {
|
|
|
1012
1012
|
// index and re-fetch the existing doc, so concurrent jobs proposing the
|
|
1013
1013
|
// same tag converge to one. See ai/dualAgentAnnotation/tools/createTaxonomyItem.js.
|
|
1014
1014
|
// Starting at 10; real ceiling is the LLM provider's rate limit.
|
|
1015
|
-
concurrency:
|
|
1015
|
+
concurrency: 15,
|
|
1016
1016
|
lockDuration: 3e5,
|
|
1017
1017
|
// 5 minutes lock duration since annotation can be slow
|
|
1018
1018
|
maxStalledCount: 3
|
package/dist/universal.mjs
CHANGED
|
@@ -943,7 +943,7 @@ var BASE_BULLMQ_CONFIG = {
|
|
|
943
943
|
// index and re-fetch the existing doc, so concurrent jobs proposing the
|
|
944
944
|
// same tag converge to one. See ai/dualAgentAnnotation/tools/createTaxonomyItem.js.
|
|
945
945
|
// Starting at 10; real ceiling is the LLM provider's rate limit.
|
|
946
|
-
concurrency:
|
|
946
|
+
concurrency: 15,
|
|
947
947
|
lockDuration: 3e5,
|
|
948
948
|
// 5 minutes lock duration since annotation can be slow
|
|
949
949
|
maxStalledCount: 3
|