Tồn queue phishing
Modified on Mon, 23 Jun, 2025 at 10:14 AM
Issue:
- The phishing queue keeps increasing and does not decrease.
Resolution:
- Case 1: Legacy AMA system using a virtual machine running Selenium:
- Access the Selenium VM and check it. If Selenium is frozen and not running, continue:
- On the centralized AMA server: check if the
revertprocess (ama_sb_revert) is running. If not, restart it. - Restart the Selenium VM.
- On the centralized AMA server: check if the
- If Selenium is running normally, continue:
- Restart the phishing centrel docker container.
- Access the Selenium VM and check it. If Selenium is frozen and not running, continue:
- Case 2: Legacy AMA system using dockerized Selenium:
- Check docker containers:
docker ps | grep selenium - Check the Selenium docker logs. If there are no new logs, continue:
- Check crontab for restarting the Selenium docker. If none, add a new cron job to restart every 45 minutes.
- Restart the Selenium docker container.
- If Selenium is running normally, continue:
- Restart the phishing manager docker container (
ama_phishing_manager).
- Restart the phishing manager docker container (
- Check docker containers:
- Case 3: New architecture (All-in-One):
- Restart Selenium:
cd /opt/ama/docker/selenium/ && bash start_container.sh - Restart the Phishing scan module:
supervisorctl restart ama_phishing_manager
- Restart Selenium:
- If the issue persists, escalate to the Solutions Team.
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