-
-
Notifications
You must be signed in to change notification settings - Fork 645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intermittently seeing fleet scans get stuck #810
Comments
Having the same issue as well. We are launching a series of axiom-scans via cron and they all seem to be hanging occasionally. |
@shaniff curious, do you ever see it hang when not launching from cron? I'm launching from cron as well |
@coffeegist , when I launch via shell it is successful 95% of the time. But when I do it via cron it fails the majority of the time. Below is my cron entry... 0 6 * * * /home//shell/run.sh >> /home//axiom-cron.log 2>&1 I see the fleet coming up from the axiom-cron.log and then nothing after that:
|
Interesting, but you do still see failures from normal shell. That's what I wanted to make sure of (that it's not exclusively a cron issue) |
Yes, I see failures from normal shell. |
Frequently, when spinning up a fleet and running an axiom-scan job (could be subfinder, nuclei, etc), the job will get hung and stop receiving data back. SSHing to the instance to investigate manually shows that the job is still running, but not producing any results. This seems like a strange issue, but I've encountered it more than few times in my limited use of axiom. Has anyone else seen this? Happy to provide more data upon request, just let me know what would be helpful
The text was updated successfully, but these errors were encountered: