Files
poimen-memory/k8s/infra/queue.yaml
T

33 lines
669 B
YAML
Raw Normal View History

apiVersion: kmsvc.io/v1
kind: Queue
metadata:
name: poimen-chunks
namespace: sqs
spec:
fifoQueue: false
visibilityTimeoutSeconds: 30
messageRetentionPeriodSeconds: 86400
maxReceiveCount: 3
deadLetterTargetQueue: poimen-chunks-dlq
delaySeconds: 0
partitionsPerShard: 2
minShards: 1
maxShards: 4
shardSplitThresholdBytesPerSec: 1048576
shardSplitCooldownSeconds: 300
---
apiVersion: kmsvc.io/v1
kind: Queue
metadata:
name: poimen-chunks-dlq
namespace: sqs
spec:
fifoQueue: false
isDLQ: true
visibilityTimeoutSeconds: 30
messageRetentionPeriodSeconds: 604800
maxReceiveCount: 3
partitionsPerShard: 1
minShards: 1
maxShards: 1