Tồn queue "sample_module"
Modified on Tue, 24 Jun, 2025 at 4:10 PM
1. Check RabbitMQ queue
For AMA using docker:
For AMA using supervisor:
supervisorctl statusCheck all services:
service --status-allCheck RabbitMQ queue:
rabbitmqctl list_queuesVerify whether the specific queue has backlog.
If RabbitMQ is down, restart it.
2. Check Elasticsearch
Check Elasticsearch status:
systemctl status elasticsearchOr check via API:
curl -XGET http://localhost:9200/_cluster/health?prettyIf Elasticsearch is down, restart it.
Restart supervisor:
supervisorctl restart ama_gogstash_sample_modules
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