Tồn queue "sample_conclusion"
Modified on Tue, 24 Jun, 2025 at 4:33 PM
1️⃣ For AMA deployed with Docker
Check the status of all services:
docker service ls
2️⃣ For AMA managed with Supervisor
Check Supervisor status:
supervisorctl status
Check all running system services:
service --status-all
? Verify RabbitMQ queues
List all queues:
rabbitmqctl list_queues
Check if the target queue is stuck or growing abnormally. If RabbitMQ is down, restart the service:
systemctl restart rabbitmq-server
? Check Elasticsearch
Check the Elasticsearch service status:
systemctl status elasticsearch
Check the cluster health:
curl -XGET http://localhost:9200/_cluster/health?pretty
If Elasticsearch is down, restart it:
systemctl restart elasticsearch
✅ Restart the Supervisor module if needed
supervisorctl restart ama_gogstash_sample_conclusion
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article