We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0e93a commit 9009296Copy full SHA for 9009296
metamist_infrastructure/driver.py
@@ -326,7 +326,7 @@ def etl_pubsub_push_subscription(self):
326
ack_deadline_seconds=30,
327
dead_letter_policy=gcp.pubsub.SubscriptionDeadLetterPolicyArgs(
328
dead_letter_topic=self.etl_pubsub_dead_letters_topic.id,
329
- max_delivery_attempts=3,
+ max_delivery_attempts=5,
330
),
331
push_config=gcp.pubsub.SubscriptionPushConfigArgs(
332
push_endpoint=self.etl_load_function.service_config.uri,
0 commit comments