(chore) add worker queue
build-push / build-push (push) Canceled after 0s

This commit is contained in:
Story Crater Bot
2026-08-17 12:17:39 -07:00
parent 3e81b4454d
commit 370b5a894f
2 changed files with 26 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
apiVersion: kmsvc.io/v1
kind: Queue
metadata:
name: agent-worker-queue
namespace: sqs
labels:
temporal.io/namespace: production
spec:
visibilityTimeoutSeconds: 30
messageRetentionPeriodSeconds: 345600
maxReceiveCount: 5
partitionsPerShard: 1
minShards: 1
maxShards: 1