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

Refactor runner to support real-time logs #3

Open
aviggiano opened this issue Apr 5, 2023 · 3 comments
Open

Refactor runner to support real-time logs #3

aviggiano opened this issue Apr 5, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@aviggiano
Copy link
Owner

aviggiano commented Apr 5, 2023

The current runner.sh only uploads tail logs to S3

@aviggiano aviggiano added the enhancement New feature or request label Apr 5, 2023
@aviggiano
Copy link
Owner Author

This is specially useful after echidna 2.1.1 improved text/headless UI

@aviggiano
Copy link
Owner Author

We can also improve the step-by-step setup process similar to what GitHub action does.

Related: #13

@aviggiano
Copy link
Owner Author

Also, currently stopping a job means losing all logs, as it will simply terminate the instance.
Having a more robust runner would mean sending a SIGINT (Ctrl+C) signal to echidna so that it gracefully stops

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant