@shushed/helpers 0.0.271 → 0.0.272
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.
|
@@ -552,6 +552,8 @@ class EnvEngine extends runtime_1.default {
|
|
|
552
552
|
pauseOnError429ThresholdExceededSeconds: 60 * 10,
|
|
553
553
|
pauseBeforeProcessingMessagesSeconds: 0,
|
|
554
554
|
maxOutstandingMessages: 5,
|
|
555
|
+
topicAttributes: {},
|
|
556
|
+
subscriptionAttributes: {},
|
|
555
557
|
ackDeadline: 10,
|
|
556
558
|
retryMinDelay: 60,
|
|
557
559
|
retryMaxDelay: 60 * 10,
|
|
@@ -249,6 +249,8 @@ export type RNConfiguration = {
|
|
|
249
249
|
pauseOnErrorThresholdExceededSeconds: number;
|
|
250
250
|
pauseBeforeProcessingMessagesSeconds: number;
|
|
251
251
|
maxOutstandingMessages: number;
|
|
252
|
+
topicAttributes: Record<string, string>;
|
|
253
|
+
subscriptionAttributes: Record<string, string>;
|
|
252
254
|
ackDeadline: number;
|
|
253
255
|
tableName: string;
|
|
254
256
|
tableRetryMinDelay: number;
|