@okf/ootils 1.28.2 → 1.28.3
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.d.mts +44 -4
- package/dist/browser.d.ts +44 -4
- package/dist/browser.js +24 -0
- package/dist/browser.mjs +24 -0
- package/dist/node.d.mts +44 -4
- package/dist/node.d.ts +44 -4
- package/dist/node.js +24 -0
- package/dist/node.mjs +24 -0
- package/dist/universal.d.mts +44 -4
- package/dist/universal.d.ts +44 -4
- package/dist/universal.js +24 -0
- package/dist/universal.mjs +24 -0
- package/package.json +1 -1
package/dist/browser.d.mts
CHANGED
|
@@ -669,7 +669,7 @@ declare namespace BASE_BULLMQ_CONFIG {
|
|
|
669
669
|
}
|
|
670
670
|
export { workerConfig_9 as workerConfig };
|
|
671
671
|
}
|
|
672
|
-
namespace
|
|
672
|
+
namespace USERS_ELASTIC_SYNC_QUEUE {
|
|
673
673
|
let id_10: string;
|
|
674
674
|
export { id_10 as id };
|
|
675
675
|
export namespace queueConfig_10 {
|
|
@@ -709,7 +709,7 @@ declare namespace BASE_BULLMQ_CONFIG {
|
|
|
709
709
|
}
|
|
710
710
|
export { workerConfig_10 as workerConfig };
|
|
711
711
|
}
|
|
712
|
-
namespace
|
|
712
|
+
namespace CONTENT_ELASTIC_SYNC_QUEUE {
|
|
713
713
|
let id_11: string;
|
|
714
714
|
export { id_11 as id };
|
|
715
715
|
export namespace queueConfig_11 {
|
|
@@ -723,8 +723,6 @@ declare namespace BASE_BULLMQ_CONFIG {
|
|
|
723
723
|
export { delay_11 as delay };
|
|
724
724
|
}
|
|
725
725
|
export { backoff_11 as backoff };
|
|
726
|
-
let delay_12: number;
|
|
727
|
-
export { delay_12 as delay };
|
|
728
726
|
let removeOnComplete_11: number;
|
|
729
727
|
export { removeOnComplete_11 as removeOnComplete };
|
|
730
728
|
let removeOnFail_11: number;
|
|
@@ -751,6 +749,48 @@ declare namespace BASE_BULLMQ_CONFIG {
|
|
|
751
749
|
}
|
|
752
750
|
export { workerConfig_11 as workerConfig };
|
|
753
751
|
}
|
|
752
|
+
namespace REINDEX_QUEUE {
|
|
753
|
+
let id_12: string;
|
|
754
|
+
export { id_12 as id };
|
|
755
|
+
export namespace queueConfig_12 {
|
|
756
|
+
export namespace defaultJobOptions_12 {
|
|
757
|
+
let attempts_12: number;
|
|
758
|
+
export { attempts_12 as attempts };
|
|
759
|
+
export namespace backoff_12 {
|
|
760
|
+
let type_12: string;
|
|
761
|
+
export { type_12 as type };
|
|
762
|
+
let delay_12: number;
|
|
763
|
+
export { delay_12 as delay };
|
|
764
|
+
}
|
|
765
|
+
export { backoff_12 as backoff };
|
|
766
|
+
let delay_13: number;
|
|
767
|
+
export { delay_13 as delay };
|
|
768
|
+
let removeOnComplete_12: number;
|
|
769
|
+
export { removeOnComplete_12 as removeOnComplete };
|
|
770
|
+
let removeOnFail_12: number;
|
|
771
|
+
export { removeOnFail_12 as removeOnFail };
|
|
772
|
+
}
|
|
773
|
+
export { defaultJobOptions_12 as defaultJobOptions };
|
|
774
|
+
export namespace streams_12 {
|
|
775
|
+
export namespace events_12 {
|
|
776
|
+
let maxLen_12: number;
|
|
777
|
+
export { maxLen_12 as maxLen };
|
|
778
|
+
}
|
|
779
|
+
export { events_12 as events };
|
|
780
|
+
}
|
|
781
|
+
export { streams_12 as streams };
|
|
782
|
+
}
|
|
783
|
+
export { queueConfig_12 as queueConfig };
|
|
784
|
+
export namespace workerConfig_12 {
|
|
785
|
+
let concurrency_12: number;
|
|
786
|
+
export { concurrency_12 as concurrency };
|
|
787
|
+
let lockDuration_12: number;
|
|
788
|
+
export { lockDuration_12 as lockDuration };
|
|
789
|
+
let maxStalledCount_12: number;
|
|
790
|
+
export { maxStalledCount_12 as maxStalledCount };
|
|
791
|
+
}
|
|
792
|
+
export { workerConfig_12 as workerConfig };
|
|
793
|
+
}
|
|
754
794
|
}
|
|
755
795
|
|
|
756
796
|
interface PlatformContextContentItem {
|
package/dist/browser.d.ts
CHANGED
|
@@ -669,7 +669,7 @@ declare namespace BASE_BULLMQ_CONFIG {
|
|
|
669
669
|
}
|
|
670
670
|
export { workerConfig_9 as workerConfig };
|
|
671
671
|
}
|
|
672
|
-
namespace
|
|
672
|
+
namespace USERS_ELASTIC_SYNC_QUEUE {
|
|
673
673
|
let id_10: string;
|
|
674
674
|
export { id_10 as id };
|
|
675
675
|
export namespace queueConfig_10 {
|
|
@@ -709,7 +709,7 @@ declare namespace BASE_BULLMQ_CONFIG {
|
|
|
709
709
|
}
|
|
710
710
|
export { workerConfig_10 as workerConfig };
|
|
711
711
|
}
|
|
712
|
-
namespace
|
|
712
|
+
namespace CONTENT_ELASTIC_SYNC_QUEUE {
|
|
713
713
|
let id_11: string;
|
|
714
714
|
export { id_11 as id };
|
|
715
715
|
export namespace queueConfig_11 {
|
|
@@ -723,8 +723,6 @@ declare namespace BASE_BULLMQ_CONFIG {
|
|
|
723
723
|
export { delay_11 as delay };
|
|
724
724
|
}
|
|
725
725
|
export { backoff_11 as backoff };
|
|
726
|
-
let delay_12: number;
|
|
727
|
-
export { delay_12 as delay };
|
|
728
726
|
let removeOnComplete_11: number;
|
|
729
727
|
export { removeOnComplete_11 as removeOnComplete };
|
|
730
728
|
let removeOnFail_11: number;
|
|
@@ -751,6 +749,48 @@ declare namespace BASE_BULLMQ_CONFIG {
|
|
|
751
749
|
}
|
|
752
750
|
export { workerConfig_11 as workerConfig };
|
|
753
751
|
}
|
|
752
|
+
namespace REINDEX_QUEUE {
|
|
753
|
+
let id_12: string;
|
|
754
|
+
export { id_12 as id };
|
|
755
|
+
export namespace queueConfig_12 {
|
|
756
|
+
export namespace defaultJobOptions_12 {
|
|
757
|
+
let attempts_12: number;
|
|
758
|
+
export { attempts_12 as attempts };
|
|
759
|
+
export namespace backoff_12 {
|
|
760
|
+
let type_12: string;
|
|
761
|
+
export { type_12 as type };
|
|
762
|
+
let delay_12: number;
|
|
763
|
+
export { delay_12 as delay };
|
|
764
|
+
}
|
|
765
|
+
export { backoff_12 as backoff };
|
|
766
|
+
let delay_13: number;
|
|
767
|
+
export { delay_13 as delay };
|
|
768
|
+
let removeOnComplete_12: number;
|
|
769
|
+
export { removeOnComplete_12 as removeOnComplete };
|
|
770
|
+
let removeOnFail_12: number;
|
|
771
|
+
export { removeOnFail_12 as removeOnFail };
|
|
772
|
+
}
|
|
773
|
+
export { defaultJobOptions_12 as defaultJobOptions };
|
|
774
|
+
export namespace streams_12 {
|
|
775
|
+
export namespace events_12 {
|
|
776
|
+
let maxLen_12: number;
|
|
777
|
+
export { maxLen_12 as maxLen };
|
|
778
|
+
}
|
|
779
|
+
export { events_12 as events };
|
|
780
|
+
}
|
|
781
|
+
export { streams_12 as streams };
|
|
782
|
+
}
|
|
783
|
+
export { queueConfig_12 as queueConfig };
|
|
784
|
+
export namespace workerConfig_12 {
|
|
785
|
+
let concurrency_12: number;
|
|
786
|
+
export { concurrency_12 as concurrency };
|
|
787
|
+
let lockDuration_12: number;
|
|
788
|
+
export { lockDuration_12 as lockDuration };
|
|
789
|
+
let maxStalledCount_12: number;
|
|
790
|
+
export { maxStalledCount_12 as maxStalledCount };
|
|
791
|
+
}
|
|
792
|
+
export { workerConfig_12 as workerConfig };
|
|
793
|
+
}
|
|
754
794
|
}
|
|
755
795
|
|
|
756
796
|
interface PlatformContextContentItem {
|
package/dist/browser.js
CHANGED
|
@@ -737,6 +737,30 @@ var BASE_BULLMQ_CONFIG = {
|
|
|
737
737
|
maxStalledCount: 3
|
|
738
738
|
}
|
|
739
739
|
},
|
|
740
|
+
USERS_ELASTIC_SYNC_QUEUE: {
|
|
741
|
+
id: "users-elastic-sync-queue",
|
|
742
|
+
queueConfig: {
|
|
743
|
+
defaultJobOptions: {
|
|
744
|
+
attempts: 3,
|
|
745
|
+
backoff: {
|
|
746
|
+
type: "exponential",
|
|
747
|
+
delay: 2e3
|
|
748
|
+
},
|
|
749
|
+
removeOnComplete: 30,
|
|
750
|
+
removeOnFail: 100
|
|
751
|
+
},
|
|
752
|
+
streams: {
|
|
753
|
+
events: {
|
|
754
|
+
maxLen: 10
|
|
755
|
+
}
|
|
756
|
+
}
|
|
757
|
+
},
|
|
758
|
+
workerConfig: {
|
|
759
|
+
concurrency: 50,
|
|
760
|
+
lockDuration: 9e4,
|
|
761
|
+
maxStalledCount: 3
|
|
762
|
+
}
|
|
763
|
+
},
|
|
740
764
|
CONTENT_ELASTIC_SYNC_QUEUE: {
|
|
741
765
|
id: "content-elastic-sync-queue",
|
|
742
766
|
queueConfig: {
|
package/dist/browser.mjs
CHANGED
|
@@ -681,6 +681,30 @@ var BASE_BULLMQ_CONFIG = {
|
|
|
681
681
|
maxStalledCount: 3
|
|
682
682
|
}
|
|
683
683
|
},
|
|
684
|
+
USERS_ELASTIC_SYNC_QUEUE: {
|
|
685
|
+
id: "users-elastic-sync-queue",
|
|
686
|
+
queueConfig: {
|
|
687
|
+
defaultJobOptions: {
|
|
688
|
+
attempts: 3,
|
|
689
|
+
backoff: {
|
|
690
|
+
type: "exponential",
|
|
691
|
+
delay: 2e3
|
|
692
|
+
},
|
|
693
|
+
removeOnComplete: 30,
|
|
694
|
+
removeOnFail: 100
|
|
695
|
+
},
|
|
696
|
+
streams: {
|
|
697
|
+
events: {
|
|
698
|
+
maxLen: 10
|
|
699
|
+
}
|
|
700
|
+
}
|
|
701
|
+
},
|
|
702
|
+
workerConfig: {
|
|
703
|
+
concurrency: 50,
|
|
704
|
+
lockDuration: 9e4,
|
|
705
|
+
maxStalledCount: 3
|
|
706
|
+
}
|
|
707
|
+
},
|
|
684
708
|
CONTENT_ELASTIC_SYNC_QUEUE: {
|
|
685
709
|
id: "content-elastic-sync-queue",
|
|
686
710
|
queueConfig: {
|
package/dist/node.d.mts
CHANGED
|
@@ -676,7 +676,7 @@ declare namespace BASE_BULLMQ_CONFIG {
|
|
|
676
676
|
}
|
|
677
677
|
export { workerConfig_9 as workerConfig };
|
|
678
678
|
}
|
|
679
|
-
namespace
|
|
679
|
+
namespace USERS_ELASTIC_SYNC_QUEUE {
|
|
680
680
|
let id_10: string;
|
|
681
681
|
export { id_10 as id };
|
|
682
682
|
export namespace queueConfig_10 {
|
|
@@ -716,7 +716,7 @@ declare namespace BASE_BULLMQ_CONFIG {
|
|
|
716
716
|
}
|
|
717
717
|
export { workerConfig_10 as workerConfig };
|
|
718
718
|
}
|
|
719
|
-
namespace
|
|
719
|
+
namespace CONTENT_ELASTIC_SYNC_QUEUE {
|
|
720
720
|
let id_11: string;
|
|
721
721
|
export { id_11 as id };
|
|
722
722
|
export namespace queueConfig_11 {
|
|
@@ -730,8 +730,6 @@ declare namespace BASE_BULLMQ_CONFIG {
|
|
|
730
730
|
export { delay_11 as delay };
|
|
731
731
|
}
|
|
732
732
|
export { backoff_11 as backoff };
|
|
733
|
-
let delay_12: number;
|
|
734
|
-
export { delay_12 as delay };
|
|
735
733
|
let removeOnComplete_11: number;
|
|
736
734
|
export { removeOnComplete_11 as removeOnComplete };
|
|
737
735
|
let removeOnFail_11: number;
|
|
@@ -758,6 +756,48 @@ declare namespace BASE_BULLMQ_CONFIG {
|
|
|
758
756
|
}
|
|
759
757
|
export { workerConfig_11 as workerConfig };
|
|
760
758
|
}
|
|
759
|
+
namespace REINDEX_QUEUE {
|
|
760
|
+
let id_12: string;
|
|
761
|
+
export { id_12 as id };
|
|
762
|
+
export namespace queueConfig_12 {
|
|
763
|
+
export namespace defaultJobOptions_12 {
|
|
764
|
+
let attempts_12: number;
|
|
765
|
+
export { attempts_12 as attempts };
|
|
766
|
+
export namespace backoff_12 {
|
|
767
|
+
let type_12: string;
|
|
768
|
+
export { type_12 as type };
|
|
769
|
+
let delay_12: number;
|
|
770
|
+
export { delay_12 as delay };
|
|
771
|
+
}
|
|
772
|
+
export { backoff_12 as backoff };
|
|
773
|
+
let delay_13: number;
|
|
774
|
+
export { delay_13 as delay };
|
|
775
|
+
let removeOnComplete_12: number;
|
|
776
|
+
export { removeOnComplete_12 as removeOnComplete };
|
|
777
|
+
let removeOnFail_12: number;
|
|
778
|
+
export { removeOnFail_12 as removeOnFail };
|
|
779
|
+
}
|
|
780
|
+
export { defaultJobOptions_12 as defaultJobOptions };
|
|
781
|
+
export namespace streams_12 {
|
|
782
|
+
export namespace events_12 {
|
|
783
|
+
let maxLen_12: number;
|
|
784
|
+
export { maxLen_12 as maxLen };
|
|
785
|
+
}
|
|
786
|
+
export { events_12 as events };
|
|
787
|
+
}
|
|
788
|
+
export { streams_12 as streams };
|
|
789
|
+
}
|
|
790
|
+
export { queueConfig_12 as queueConfig };
|
|
791
|
+
export namespace workerConfig_12 {
|
|
792
|
+
let concurrency_12: number;
|
|
793
|
+
export { concurrency_12 as concurrency };
|
|
794
|
+
let lockDuration_12: number;
|
|
795
|
+
export { lockDuration_12 as lockDuration };
|
|
796
|
+
let maxStalledCount_12: number;
|
|
797
|
+
export { maxStalledCount_12 as maxStalledCount };
|
|
798
|
+
}
|
|
799
|
+
export { workerConfig_12 as workerConfig };
|
|
800
|
+
}
|
|
761
801
|
}
|
|
762
802
|
|
|
763
803
|
interface PlatformContextContentItem {
|
package/dist/node.d.ts
CHANGED
|
@@ -676,7 +676,7 @@ declare namespace BASE_BULLMQ_CONFIG {
|
|
|
676
676
|
}
|
|
677
677
|
export { workerConfig_9 as workerConfig };
|
|
678
678
|
}
|
|
679
|
-
namespace
|
|
679
|
+
namespace USERS_ELASTIC_SYNC_QUEUE {
|
|
680
680
|
let id_10: string;
|
|
681
681
|
export { id_10 as id };
|
|
682
682
|
export namespace queueConfig_10 {
|
|
@@ -716,7 +716,7 @@ declare namespace BASE_BULLMQ_CONFIG {
|
|
|
716
716
|
}
|
|
717
717
|
export { workerConfig_10 as workerConfig };
|
|
718
718
|
}
|
|
719
|
-
namespace
|
|
719
|
+
namespace CONTENT_ELASTIC_SYNC_QUEUE {
|
|
720
720
|
let id_11: string;
|
|
721
721
|
export { id_11 as id };
|
|
722
722
|
export namespace queueConfig_11 {
|
|
@@ -730,8 +730,6 @@ declare namespace BASE_BULLMQ_CONFIG {
|
|
|
730
730
|
export { delay_11 as delay };
|
|
731
731
|
}
|
|
732
732
|
export { backoff_11 as backoff };
|
|
733
|
-
let delay_12: number;
|
|
734
|
-
export { delay_12 as delay };
|
|
735
733
|
let removeOnComplete_11: number;
|
|
736
734
|
export { removeOnComplete_11 as removeOnComplete };
|
|
737
735
|
let removeOnFail_11: number;
|
|
@@ -758,6 +756,48 @@ declare namespace BASE_BULLMQ_CONFIG {
|
|
|
758
756
|
}
|
|
759
757
|
export { workerConfig_11 as workerConfig };
|
|
760
758
|
}
|
|
759
|
+
namespace REINDEX_QUEUE {
|
|
760
|
+
let id_12: string;
|
|
761
|
+
export { id_12 as id };
|
|
762
|
+
export namespace queueConfig_12 {
|
|
763
|
+
export namespace defaultJobOptions_12 {
|
|
764
|
+
let attempts_12: number;
|
|
765
|
+
export { attempts_12 as attempts };
|
|
766
|
+
export namespace backoff_12 {
|
|
767
|
+
let type_12: string;
|
|
768
|
+
export { type_12 as type };
|
|
769
|
+
let delay_12: number;
|
|
770
|
+
export { delay_12 as delay };
|
|
771
|
+
}
|
|
772
|
+
export { backoff_12 as backoff };
|
|
773
|
+
let delay_13: number;
|
|
774
|
+
export { delay_13 as delay };
|
|
775
|
+
let removeOnComplete_12: number;
|
|
776
|
+
export { removeOnComplete_12 as removeOnComplete };
|
|
777
|
+
let removeOnFail_12: number;
|
|
778
|
+
export { removeOnFail_12 as removeOnFail };
|
|
779
|
+
}
|
|
780
|
+
export { defaultJobOptions_12 as defaultJobOptions };
|
|
781
|
+
export namespace streams_12 {
|
|
782
|
+
export namespace events_12 {
|
|
783
|
+
let maxLen_12: number;
|
|
784
|
+
export { maxLen_12 as maxLen };
|
|
785
|
+
}
|
|
786
|
+
export { events_12 as events };
|
|
787
|
+
}
|
|
788
|
+
export { streams_12 as streams };
|
|
789
|
+
}
|
|
790
|
+
export { queueConfig_12 as queueConfig };
|
|
791
|
+
export namespace workerConfig_12 {
|
|
792
|
+
let concurrency_12: number;
|
|
793
|
+
export { concurrency_12 as concurrency };
|
|
794
|
+
let lockDuration_12: number;
|
|
795
|
+
export { lockDuration_12 as lockDuration };
|
|
796
|
+
let maxStalledCount_12: number;
|
|
797
|
+
export { maxStalledCount_12 as maxStalledCount };
|
|
798
|
+
}
|
|
799
|
+
export { workerConfig_12 as workerConfig };
|
|
800
|
+
}
|
|
761
801
|
}
|
|
762
802
|
|
|
763
803
|
interface PlatformContextContentItem {
|
package/dist/node.js
CHANGED
|
@@ -321,6 +321,30 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
|
|
|
321
321
|
maxStalledCount: 3
|
|
322
322
|
}
|
|
323
323
|
},
|
|
324
|
+
USERS_ELASTIC_SYNC_QUEUE: {
|
|
325
|
+
id: "users-elastic-sync-queue",
|
|
326
|
+
queueConfig: {
|
|
327
|
+
defaultJobOptions: {
|
|
328
|
+
attempts: 3,
|
|
329
|
+
backoff: {
|
|
330
|
+
type: "exponential",
|
|
331
|
+
delay: 2e3
|
|
332
|
+
},
|
|
333
|
+
removeOnComplete: 30,
|
|
334
|
+
removeOnFail: 100
|
|
335
|
+
},
|
|
336
|
+
streams: {
|
|
337
|
+
events: {
|
|
338
|
+
maxLen: 10
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
},
|
|
342
|
+
workerConfig: {
|
|
343
|
+
concurrency: 50,
|
|
344
|
+
lockDuration: 9e4,
|
|
345
|
+
maxStalledCount: 3
|
|
346
|
+
}
|
|
347
|
+
},
|
|
324
348
|
CONTENT_ELASTIC_SYNC_QUEUE: {
|
|
325
349
|
id: "content-elastic-sync-queue",
|
|
326
350
|
queueConfig: {
|
package/dist/node.mjs
CHANGED
|
@@ -326,6 +326,30 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
|
|
|
326
326
|
maxStalledCount: 3
|
|
327
327
|
}
|
|
328
328
|
},
|
|
329
|
+
USERS_ELASTIC_SYNC_QUEUE: {
|
|
330
|
+
id: "users-elastic-sync-queue",
|
|
331
|
+
queueConfig: {
|
|
332
|
+
defaultJobOptions: {
|
|
333
|
+
attempts: 3,
|
|
334
|
+
backoff: {
|
|
335
|
+
type: "exponential",
|
|
336
|
+
delay: 2e3
|
|
337
|
+
},
|
|
338
|
+
removeOnComplete: 30,
|
|
339
|
+
removeOnFail: 100
|
|
340
|
+
},
|
|
341
|
+
streams: {
|
|
342
|
+
events: {
|
|
343
|
+
maxLen: 10
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
},
|
|
347
|
+
workerConfig: {
|
|
348
|
+
concurrency: 50,
|
|
349
|
+
lockDuration: 9e4,
|
|
350
|
+
maxStalledCount: 3
|
|
351
|
+
}
|
|
352
|
+
},
|
|
329
353
|
CONTENT_ELASTIC_SYNC_QUEUE: {
|
|
330
354
|
id: "content-elastic-sync-queue",
|
|
331
355
|
queueConfig: {
|
package/dist/universal.d.mts
CHANGED
|
@@ -669,7 +669,7 @@ declare namespace BASE_BULLMQ_CONFIG {
|
|
|
669
669
|
}
|
|
670
670
|
export { workerConfig_9 as workerConfig };
|
|
671
671
|
}
|
|
672
|
-
namespace
|
|
672
|
+
namespace USERS_ELASTIC_SYNC_QUEUE {
|
|
673
673
|
let id_10: string;
|
|
674
674
|
export { id_10 as id };
|
|
675
675
|
export namespace queueConfig_10 {
|
|
@@ -709,7 +709,7 @@ declare namespace BASE_BULLMQ_CONFIG {
|
|
|
709
709
|
}
|
|
710
710
|
export { workerConfig_10 as workerConfig };
|
|
711
711
|
}
|
|
712
|
-
namespace
|
|
712
|
+
namespace CONTENT_ELASTIC_SYNC_QUEUE {
|
|
713
713
|
let id_11: string;
|
|
714
714
|
export { id_11 as id };
|
|
715
715
|
export namespace queueConfig_11 {
|
|
@@ -723,8 +723,6 @@ declare namespace BASE_BULLMQ_CONFIG {
|
|
|
723
723
|
export { delay_11 as delay };
|
|
724
724
|
}
|
|
725
725
|
export { backoff_11 as backoff };
|
|
726
|
-
let delay_12: number;
|
|
727
|
-
export { delay_12 as delay };
|
|
728
726
|
let removeOnComplete_11: number;
|
|
729
727
|
export { removeOnComplete_11 as removeOnComplete };
|
|
730
728
|
let removeOnFail_11: number;
|
|
@@ -751,6 +749,48 @@ declare namespace BASE_BULLMQ_CONFIG {
|
|
|
751
749
|
}
|
|
752
750
|
export { workerConfig_11 as workerConfig };
|
|
753
751
|
}
|
|
752
|
+
namespace REINDEX_QUEUE {
|
|
753
|
+
let id_12: string;
|
|
754
|
+
export { id_12 as id };
|
|
755
|
+
export namespace queueConfig_12 {
|
|
756
|
+
export namespace defaultJobOptions_12 {
|
|
757
|
+
let attempts_12: number;
|
|
758
|
+
export { attempts_12 as attempts };
|
|
759
|
+
export namespace backoff_12 {
|
|
760
|
+
let type_12: string;
|
|
761
|
+
export { type_12 as type };
|
|
762
|
+
let delay_12: number;
|
|
763
|
+
export { delay_12 as delay };
|
|
764
|
+
}
|
|
765
|
+
export { backoff_12 as backoff };
|
|
766
|
+
let delay_13: number;
|
|
767
|
+
export { delay_13 as delay };
|
|
768
|
+
let removeOnComplete_12: number;
|
|
769
|
+
export { removeOnComplete_12 as removeOnComplete };
|
|
770
|
+
let removeOnFail_12: number;
|
|
771
|
+
export { removeOnFail_12 as removeOnFail };
|
|
772
|
+
}
|
|
773
|
+
export { defaultJobOptions_12 as defaultJobOptions };
|
|
774
|
+
export namespace streams_12 {
|
|
775
|
+
export namespace events_12 {
|
|
776
|
+
let maxLen_12: number;
|
|
777
|
+
export { maxLen_12 as maxLen };
|
|
778
|
+
}
|
|
779
|
+
export { events_12 as events };
|
|
780
|
+
}
|
|
781
|
+
export { streams_12 as streams };
|
|
782
|
+
}
|
|
783
|
+
export { queueConfig_12 as queueConfig };
|
|
784
|
+
export namespace workerConfig_12 {
|
|
785
|
+
let concurrency_12: number;
|
|
786
|
+
export { concurrency_12 as concurrency };
|
|
787
|
+
let lockDuration_12: number;
|
|
788
|
+
export { lockDuration_12 as lockDuration };
|
|
789
|
+
let maxStalledCount_12: number;
|
|
790
|
+
export { maxStalledCount_12 as maxStalledCount };
|
|
791
|
+
}
|
|
792
|
+
export { workerConfig_12 as workerConfig };
|
|
793
|
+
}
|
|
754
794
|
}
|
|
755
795
|
|
|
756
796
|
interface PlatformContextContentItem {
|
package/dist/universal.d.ts
CHANGED
|
@@ -669,7 +669,7 @@ declare namespace BASE_BULLMQ_CONFIG {
|
|
|
669
669
|
}
|
|
670
670
|
export { workerConfig_9 as workerConfig };
|
|
671
671
|
}
|
|
672
|
-
namespace
|
|
672
|
+
namespace USERS_ELASTIC_SYNC_QUEUE {
|
|
673
673
|
let id_10: string;
|
|
674
674
|
export { id_10 as id };
|
|
675
675
|
export namespace queueConfig_10 {
|
|
@@ -709,7 +709,7 @@ declare namespace BASE_BULLMQ_CONFIG {
|
|
|
709
709
|
}
|
|
710
710
|
export { workerConfig_10 as workerConfig };
|
|
711
711
|
}
|
|
712
|
-
namespace
|
|
712
|
+
namespace CONTENT_ELASTIC_SYNC_QUEUE {
|
|
713
713
|
let id_11: string;
|
|
714
714
|
export { id_11 as id };
|
|
715
715
|
export namespace queueConfig_11 {
|
|
@@ -723,8 +723,6 @@ declare namespace BASE_BULLMQ_CONFIG {
|
|
|
723
723
|
export { delay_11 as delay };
|
|
724
724
|
}
|
|
725
725
|
export { backoff_11 as backoff };
|
|
726
|
-
let delay_12: number;
|
|
727
|
-
export { delay_12 as delay };
|
|
728
726
|
let removeOnComplete_11: number;
|
|
729
727
|
export { removeOnComplete_11 as removeOnComplete };
|
|
730
728
|
let removeOnFail_11: number;
|
|
@@ -751,6 +749,48 @@ declare namespace BASE_BULLMQ_CONFIG {
|
|
|
751
749
|
}
|
|
752
750
|
export { workerConfig_11 as workerConfig };
|
|
753
751
|
}
|
|
752
|
+
namespace REINDEX_QUEUE {
|
|
753
|
+
let id_12: string;
|
|
754
|
+
export { id_12 as id };
|
|
755
|
+
export namespace queueConfig_12 {
|
|
756
|
+
export namespace defaultJobOptions_12 {
|
|
757
|
+
let attempts_12: number;
|
|
758
|
+
export { attempts_12 as attempts };
|
|
759
|
+
export namespace backoff_12 {
|
|
760
|
+
let type_12: string;
|
|
761
|
+
export { type_12 as type };
|
|
762
|
+
let delay_12: number;
|
|
763
|
+
export { delay_12 as delay };
|
|
764
|
+
}
|
|
765
|
+
export { backoff_12 as backoff };
|
|
766
|
+
let delay_13: number;
|
|
767
|
+
export { delay_13 as delay };
|
|
768
|
+
let removeOnComplete_12: number;
|
|
769
|
+
export { removeOnComplete_12 as removeOnComplete };
|
|
770
|
+
let removeOnFail_12: number;
|
|
771
|
+
export { removeOnFail_12 as removeOnFail };
|
|
772
|
+
}
|
|
773
|
+
export { defaultJobOptions_12 as defaultJobOptions };
|
|
774
|
+
export namespace streams_12 {
|
|
775
|
+
export namespace events_12 {
|
|
776
|
+
let maxLen_12: number;
|
|
777
|
+
export { maxLen_12 as maxLen };
|
|
778
|
+
}
|
|
779
|
+
export { events_12 as events };
|
|
780
|
+
}
|
|
781
|
+
export { streams_12 as streams };
|
|
782
|
+
}
|
|
783
|
+
export { queueConfig_12 as queueConfig };
|
|
784
|
+
export namespace workerConfig_12 {
|
|
785
|
+
let concurrency_12: number;
|
|
786
|
+
export { concurrency_12 as concurrency };
|
|
787
|
+
let lockDuration_12: number;
|
|
788
|
+
export { lockDuration_12 as lockDuration };
|
|
789
|
+
let maxStalledCount_12: number;
|
|
790
|
+
export { maxStalledCount_12 as maxStalledCount };
|
|
791
|
+
}
|
|
792
|
+
export { workerConfig_12 as workerConfig };
|
|
793
|
+
}
|
|
754
794
|
}
|
|
755
795
|
|
|
756
796
|
interface PlatformContextContentItem {
|
package/dist/universal.js
CHANGED
|
@@ -737,6 +737,30 @@ var BASE_BULLMQ_CONFIG = {
|
|
|
737
737
|
maxStalledCount: 3
|
|
738
738
|
}
|
|
739
739
|
},
|
|
740
|
+
USERS_ELASTIC_SYNC_QUEUE: {
|
|
741
|
+
id: "users-elastic-sync-queue",
|
|
742
|
+
queueConfig: {
|
|
743
|
+
defaultJobOptions: {
|
|
744
|
+
attempts: 3,
|
|
745
|
+
backoff: {
|
|
746
|
+
type: "exponential",
|
|
747
|
+
delay: 2e3
|
|
748
|
+
},
|
|
749
|
+
removeOnComplete: 30,
|
|
750
|
+
removeOnFail: 100
|
|
751
|
+
},
|
|
752
|
+
streams: {
|
|
753
|
+
events: {
|
|
754
|
+
maxLen: 10
|
|
755
|
+
}
|
|
756
|
+
}
|
|
757
|
+
},
|
|
758
|
+
workerConfig: {
|
|
759
|
+
concurrency: 50,
|
|
760
|
+
lockDuration: 9e4,
|
|
761
|
+
maxStalledCount: 3
|
|
762
|
+
}
|
|
763
|
+
},
|
|
740
764
|
CONTENT_ELASTIC_SYNC_QUEUE: {
|
|
741
765
|
id: "content-elastic-sync-queue",
|
|
742
766
|
queueConfig: {
|
package/dist/universal.mjs
CHANGED
|
@@ -681,6 +681,30 @@ var BASE_BULLMQ_CONFIG = {
|
|
|
681
681
|
maxStalledCount: 3
|
|
682
682
|
}
|
|
683
683
|
},
|
|
684
|
+
USERS_ELASTIC_SYNC_QUEUE: {
|
|
685
|
+
id: "users-elastic-sync-queue",
|
|
686
|
+
queueConfig: {
|
|
687
|
+
defaultJobOptions: {
|
|
688
|
+
attempts: 3,
|
|
689
|
+
backoff: {
|
|
690
|
+
type: "exponential",
|
|
691
|
+
delay: 2e3
|
|
692
|
+
},
|
|
693
|
+
removeOnComplete: 30,
|
|
694
|
+
removeOnFail: 100
|
|
695
|
+
},
|
|
696
|
+
streams: {
|
|
697
|
+
events: {
|
|
698
|
+
maxLen: 10
|
|
699
|
+
}
|
|
700
|
+
}
|
|
701
|
+
},
|
|
702
|
+
workerConfig: {
|
|
703
|
+
concurrency: 50,
|
|
704
|
+
lockDuration: 9e4,
|
|
705
|
+
maxStalledCount: 3
|
|
706
|
+
}
|
|
707
|
+
},
|
|
684
708
|
CONTENT_ELASTIC_SYNC_QUEUE: {
|
|
685
709
|
id: "content-elastic-sync-queue",
|
|
686
710
|
queueConfig: {
|