Skip to main content

RabbitMQ

General​

To manage Celery queues in RabbitMQ:

kubectl get secret rabbitmq-default-user -nrabbitmq -ojson | jq -r .data.username | base64 -d
kubectl get secret rabbitmq-default-user -nrabbitmq -ojson | jq -r .data.password | base64 -d

Purging queues​

To clear a queue of remaining tasks in RabbitMQ:

  • Hit the 'Queues' tab, and select a queue, e.g. knowledge-search.
  • At the bottom, click on 'Purge' and then 'Purge messages'