Process Dead Letter Queue
Batch Requests Worker
- Get a pod name from the GCP console
- Log onto the pod using seira
seira production notifications pods connect --pod=<pod-name
example:
seira production notifications pods connect --pod=notification-batch-requests-worker-7b9f5dc5bb-hg72n
- Start the application in dlq mode
/helper/bin/secrets-init --provider=google /app/notification-batch-requests-worker dep dlq p -t notifications-notification-batch-requested --disable-dlq --timer-duration 10 --subscription-num-go-routines 1 --subscription-max-messages 1 /app/notification-batch-requests-worker dep dlq p -t notifications-notification-batch-requested --disable-dlq=false --timer-duration 10 --subscription-num-g
o-routines 1 --subscription-max-messages 1
DEP Monolith Inboxes
For things like the firebase and mailgun inboxes, you can follow this confluence article