Skip to main content

Process Dead Letter Queue

Batch Requests Worker

  1. Get a pod name from the GCP console
  2. 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
  1. 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