Skip to content
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

Open
coffeegist opened this issue Jul 15, 2024 · 5 comments
Open

Intermittently seeing fleet scans get stuck #810

coffeegist opened this issue Jul 15, 2024 · 5 comments

Comments

@coffeegist
Copy link

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

@shaniff
Copy link

shaniff commented Jul 17, 2024

Having the same issue as well. We are launching a series of axiom-scans via cron and they all seem to be hanging occasionally.

@coffeegist
Copy link
Author

@shaniff curious, do you ever see it hang when not launching from cron? I'm launching from cron as well

@shaniff
Copy link

shaniff commented Jul 17, 2024

@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:

T-Minus 1 to fleet fleet-dev-001- initialization...
Selected: [ fleet-dev-001-01 fleet-dev-001-02 fleet-dev-001-03 fleet-dev-001-04 ]
Fleet started succesfully!
To delete your fleet, just run 'axiom-rm "fleet-dev-001-*" -f'

@coffeegist
Copy link
Author

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)

@shaniff
Copy link

shaniff commented Jul 19, 2024

Yes, I see failures from normal shell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants