@okf/ootils 1.36.1 → 1.37.0

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 CHANGED
@@ -993,7 +993,7 @@ var BASE_BULLMQ_CONFIG = {
993
993
  id: "ai-auto-annotate-queue",
994
994
  queueConfig: {
995
995
  defaultJobOptions: {
996
- attempts: 3,
996
+ attempts: 1,
997
997
  backoff: {
998
998
  type: "exponential",
999
999
  delay: 5e3
package/dist/browser.mjs CHANGED
@@ -924,7 +924,7 @@ var BASE_BULLMQ_CONFIG = {
924
924
  id: "ai-auto-annotate-queue",
925
925
  queueConfig: {
926
926
  defaultJobOptions: {
927
- attempts: 3,
927
+ attempts: 1,
928
928
  backoff: {
929
929
  type: "exponential",
930
930
  delay: 5e3
package/dist/node.js CHANGED
@@ -250,7 +250,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
250
250
  id: "ai-auto-annotate-queue",
251
251
  queueConfig: {
252
252
  defaultJobOptions: {
253
- attempts: 3,
253
+ attempts: 1,
254
254
  backoff: {
255
255
  type: "exponential",
256
256
  delay: 5e3
package/dist/node.mjs CHANGED
@@ -255,7 +255,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
255
255
  id: "ai-auto-annotate-queue",
256
256
  queueConfig: {
257
257
  defaultJobOptions: {
258
- attempts: 3,
258
+ attempts: 1,
259
259
  backoff: {
260
260
  type: "exponential",
261
261
  delay: 5e3
package/dist/universal.js CHANGED
@@ -993,7 +993,7 @@ var BASE_BULLMQ_CONFIG = {
993
993
  id: "ai-auto-annotate-queue",
994
994
  queueConfig: {
995
995
  defaultJobOptions: {
996
- attempts: 3,
996
+ attempts: 1,
997
997
  backoff: {
998
998
  type: "exponential",
999
999
  delay: 5e3
@@ -924,7 +924,7 @@ var BASE_BULLMQ_CONFIG = {
924
924
  id: "ai-auto-annotate-queue",
925
925
  queueConfig: {
926
926
  defaultJobOptions: {
927
- attempts: 3,
927
+ attempts: 1,
928
928
  backoff: {
929
929
  type: "exponential",
930
930
  delay: 5e3
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.36.1",
6
+ "version": "1.37.0",
7
7
  "description": "Utility functions for both browser and Node.js",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.mjs",