2026-09-05 01:05:01 -07:00
|
|
|
apiVersion: kmsvc.io/v1
|
|
|
|
|
kind: Queue
|
|
|
|
|
metadata:
|
|
|
|
|
name: memory-dlq
|
|
|
|
|
namespace: sqs
|
|
|
|
|
spec:
|
|
|
|
|
isDLQ: true
|
|
|
|
|
visibilityTimeoutSeconds: 300
|
|
|
|
|
messageRetentionPeriodSeconds: 1209600 # 14 days
|
|
|
|
|
maxReceiveCount: 1 # DLQ itself shouldn't retry
|
|
|
|
|
partitionsPerShard: 1
|
|
|
|
|
minShards: 1
|
|
|
|
|
maxShards: 1
|