Skip to content

Commit 9009296

Browse files
authored
Rolling back max_delivery_attempts to 5. (#758)
* Rolling back max_delivery_attempts to 5. * Linting.
1 parent 4b0e93a commit 9009296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metamist_infrastructure/driver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def etl_pubsub_push_subscription(self):
326326
ack_deadline_seconds=30,
327327
dead_letter_policy=gcp.pubsub.SubscriptionDeadLetterPolicyArgs(
328328
dead_letter_topic=self.etl_pubsub_dead_letters_topic.id,
329-
max_delivery_attempts=3,
329+
max_delivery_attempts=5,
330330
),
331331
push_config=gcp.pubsub.SubscriptionPushConfigArgs(
332332
push_endpoint=self.etl_load_function.service_config.uri,

0 commit comments

Comments
 (0)