docker compose run --rm probe https://www.mywebsite.com jobs:myjobid
replace probe with the tool you want
- Symptom: intermittent DB write failures on bursts (often with whois/security/stress overlaps).
- First checks:
- SurrealDB logs for lock errors/timeouts
- current queue pressure by status in
job_queue
- Mitigation:
- reduce concurrent heavy scans (CPU/RAM)
- rerun failed jobs after load drops
- Symptom:
Running container hesperida-<tool> failed! - First checks:
- verify docker socket mount exists:
/var/run/docker.sock - verify image exists:
docker image ls | grep hesperida- - verify tool files mounted in orchestrator (
/tools/<tool>)
- verify docker socket mount exists:
- Mitigation:
- rebuild tools:
docker compose --profile tools build - restart backend profile
- rebuild tools: