@okf/ootils 1.6.2 → 1.6.4
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/node.js +15 -15
- package/dist/node.mjs +15 -15
- package/package.json +1 -1
package/dist/node.js
CHANGED
|
@@ -1100,8 +1100,8 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
|
|
|
1100
1100
|
delay: 2e3
|
|
1101
1101
|
},
|
|
1102
1102
|
attempts: 3,
|
|
1103
|
-
removeOnComplete:
|
|
1104
|
-
removeOnFail:
|
|
1103
|
+
removeOnComplete: 30,
|
|
1104
|
+
removeOnFail: 100
|
|
1105
1105
|
}
|
|
1106
1106
|
},
|
|
1107
1107
|
workerConfig: {
|
|
@@ -1125,15 +1125,15 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
|
|
|
1125
1125
|
delay: 2e3
|
|
1126
1126
|
},
|
|
1127
1127
|
attempts: 3,
|
|
1128
|
-
removeOnComplete:
|
|
1129
|
-
removeOnFail:
|
|
1128
|
+
removeOnComplete: 30,
|
|
1129
|
+
removeOnFail: 100
|
|
1130
1130
|
}
|
|
1131
1131
|
},
|
|
1132
1132
|
workerConfig: {
|
|
1133
1133
|
concurrency: 10,
|
|
1134
1134
|
// Process 10 jobs at once for chunk processing
|
|
1135
1135
|
limiter: {
|
|
1136
|
-
max:
|
|
1136
|
+
max: 100,
|
|
1137
1137
|
// Max 5 jobs per...
|
|
1138
1138
|
duration: 6e4
|
|
1139
1139
|
// ...60 seconds (higher throughput for chunking)
|
|
@@ -1149,8 +1149,8 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
|
|
|
1149
1149
|
delay: 2e3
|
|
1150
1150
|
},
|
|
1151
1151
|
attempts: 3,
|
|
1152
|
-
removeOnComplete:
|
|
1153
|
-
removeOnFail:
|
|
1152
|
+
removeOnComplete: 30,
|
|
1153
|
+
removeOnFail: 100
|
|
1154
1154
|
}
|
|
1155
1155
|
},
|
|
1156
1156
|
workerConfig: {
|
|
@@ -1173,14 +1173,14 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
|
|
|
1173
1173
|
delay: 2e3
|
|
1174
1174
|
},
|
|
1175
1175
|
attempts: 3,
|
|
1176
|
-
removeOnComplete:
|
|
1177
|
-
removeOnFail:
|
|
1176
|
+
removeOnComplete: 30,
|
|
1177
|
+
removeOnFail: 100
|
|
1178
1178
|
}
|
|
1179
1179
|
},
|
|
1180
1180
|
workerConfig: {
|
|
1181
1181
|
concurrency: 1,
|
|
1182
1182
|
limiter: {
|
|
1183
|
-
max:
|
|
1183
|
+
max: 100,
|
|
1184
1184
|
// Max 50 jobs per...
|
|
1185
1185
|
duration: 6e4
|
|
1186
1186
|
// ...60 seconds (higher throughput for chunking)
|
|
@@ -1196,8 +1196,8 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
|
|
|
1196
1196
|
delay: 2e3
|
|
1197
1197
|
},
|
|
1198
1198
|
attempts: 3,
|
|
1199
|
-
removeOnComplete:
|
|
1200
|
-
removeOnFail:
|
|
1199
|
+
removeOnComplete: 30,
|
|
1200
|
+
removeOnFail: 100
|
|
1201
1201
|
}
|
|
1202
1202
|
},
|
|
1203
1203
|
workerConfig: {
|
|
@@ -1219,14 +1219,14 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
|
|
|
1219
1219
|
type: "exponential",
|
|
1220
1220
|
delay: 2e3
|
|
1221
1221
|
},
|
|
1222
|
-
removeOnComplete:
|
|
1222
|
+
removeOnComplete: 30,
|
|
1223
1223
|
removeOnFail: 100
|
|
1224
1224
|
}
|
|
1225
1225
|
},
|
|
1226
1226
|
workerConfig: {
|
|
1227
1227
|
concurrency: 1,
|
|
1228
1228
|
limiter: {
|
|
1229
|
-
max:
|
|
1229
|
+
max: 100,
|
|
1230
1230
|
// (lets always keep this same as content enhance & embed since it comes immediately after)
|
|
1231
1231
|
duration: 6e4
|
|
1232
1232
|
// ...60 seconds (higher throughput for chunking)
|
|
@@ -1242,7 +1242,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
|
|
|
1242
1242
|
type: "exponential",
|
|
1243
1243
|
delay: 2e3
|
|
1244
1244
|
},
|
|
1245
|
-
removeOnComplete:
|
|
1245
|
+
removeOnComplete: 30,
|
|
1246
1246
|
removeOnFail: 100
|
|
1247
1247
|
}
|
|
1248
1248
|
},
|
package/dist/node.mjs
CHANGED
|
@@ -1105,8 +1105,8 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
|
|
|
1105
1105
|
delay: 2e3
|
|
1106
1106
|
},
|
|
1107
1107
|
attempts: 3,
|
|
1108
|
-
removeOnComplete:
|
|
1109
|
-
removeOnFail:
|
|
1108
|
+
removeOnComplete: 30,
|
|
1109
|
+
removeOnFail: 100
|
|
1110
1110
|
}
|
|
1111
1111
|
},
|
|
1112
1112
|
workerConfig: {
|
|
@@ -1130,15 +1130,15 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
|
|
|
1130
1130
|
delay: 2e3
|
|
1131
1131
|
},
|
|
1132
1132
|
attempts: 3,
|
|
1133
|
-
removeOnComplete:
|
|
1134
|
-
removeOnFail:
|
|
1133
|
+
removeOnComplete: 30,
|
|
1134
|
+
removeOnFail: 100
|
|
1135
1135
|
}
|
|
1136
1136
|
},
|
|
1137
1137
|
workerConfig: {
|
|
1138
1138
|
concurrency: 10,
|
|
1139
1139
|
// Process 10 jobs at once for chunk processing
|
|
1140
1140
|
limiter: {
|
|
1141
|
-
max:
|
|
1141
|
+
max: 100,
|
|
1142
1142
|
// Max 5 jobs per...
|
|
1143
1143
|
duration: 6e4
|
|
1144
1144
|
// ...60 seconds (higher throughput for chunking)
|
|
@@ -1154,8 +1154,8 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
|
|
|
1154
1154
|
delay: 2e3
|
|
1155
1155
|
},
|
|
1156
1156
|
attempts: 3,
|
|
1157
|
-
removeOnComplete:
|
|
1158
|
-
removeOnFail:
|
|
1157
|
+
removeOnComplete: 30,
|
|
1158
|
+
removeOnFail: 100
|
|
1159
1159
|
}
|
|
1160
1160
|
},
|
|
1161
1161
|
workerConfig: {
|
|
@@ -1178,14 +1178,14 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
|
|
|
1178
1178
|
delay: 2e3
|
|
1179
1179
|
},
|
|
1180
1180
|
attempts: 3,
|
|
1181
|
-
removeOnComplete:
|
|
1182
|
-
removeOnFail:
|
|
1181
|
+
removeOnComplete: 30,
|
|
1182
|
+
removeOnFail: 100
|
|
1183
1183
|
}
|
|
1184
1184
|
},
|
|
1185
1185
|
workerConfig: {
|
|
1186
1186
|
concurrency: 1,
|
|
1187
1187
|
limiter: {
|
|
1188
|
-
max:
|
|
1188
|
+
max: 100,
|
|
1189
1189
|
// Max 50 jobs per...
|
|
1190
1190
|
duration: 6e4
|
|
1191
1191
|
// ...60 seconds (higher throughput for chunking)
|
|
@@ -1201,8 +1201,8 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
|
|
|
1201
1201
|
delay: 2e3
|
|
1202
1202
|
},
|
|
1203
1203
|
attempts: 3,
|
|
1204
|
-
removeOnComplete:
|
|
1205
|
-
removeOnFail:
|
|
1204
|
+
removeOnComplete: 30,
|
|
1205
|
+
removeOnFail: 100
|
|
1206
1206
|
}
|
|
1207
1207
|
},
|
|
1208
1208
|
workerConfig: {
|
|
@@ -1224,14 +1224,14 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
|
|
|
1224
1224
|
type: "exponential",
|
|
1225
1225
|
delay: 2e3
|
|
1226
1226
|
},
|
|
1227
|
-
removeOnComplete:
|
|
1227
|
+
removeOnComplete: 30,
|
|
1228
1228
|
removeOnFail: 100
|
|
1229
1229
|
}
|
|
1230
1230
|
},
|
|
1231
1231
|
workerConfig: {
|
|
1232
1232
|
concurrency: 1,
|
|
1233
1233
|
limiter: {
|
|
1234
|
-
max:
|
|
1234
|
+
max: 100,
|
|
1235
1235
|
// (lets always keep this same as content enhance & embed since it comes immediately after)
|
|
1236
1236
|
duration: 6e4
|
|
1237
1237
|
// ...60 seconds (higher throughput for chunking)
|
|
@@ -1247,7 +1247,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
|
|
|
1247
1247
|
type: "exponential",
|
|
1248
1248
|
delay: 2e3
|
|
1249
1249
|
},
|
|
1250
|
-
removeOnComplete:
|
|
1250
|
+
removeOnComplete: 30,
|
|
1251
1251
|
removeOnFail: 100
|
|
1252
1252
|
}
|
|
1253
1253
|
},
|