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

Ability to monitor activity beyond mere process execution #100

Open
1 task
rye opened this issue Jan 16, 2021 · 0 comments
Open
1 task

Ability to monitor activity beyond mere process execution #100

rye opened this issue Jan 16, 2021 · 0 comments
Assignees
Labels
Area: CLI 🤖 Issues and PRs concerning the CLI Area: Logic 🔎 Issues and PRs concerning the internal logic Type: New Feature 📰 Issues and PRs relating to new features
Milestone

Comments

@rye
Copy link
Owner

rye commented Jan 16, 2021

Currently, all eb does is run a command.

It'd Be Nice™ if, instead, eb could also watch for activity.

For example, if I run eb ssh <server that is restarting>, I'd like to be able to have it wait until some kind of trigger is hit, like new console output or network activity or something.

Currently, the loop just waits until the command fully completes and checks the status code.

Question(s)

  • Can we stop eb itself and let the child process become its own?
@rye rye added Area: CLI 🤖 Issues and PRs concerning the CLI Area: Logic 🔎 Issues and PRs concerning the internal logic Type: New Feature 📰 Issues and PRs relating to new features labels Jan 16, 2021
@rye rye added this to the v1 milestone Jan 16, 2021
@rye rye self-assigned this Jan 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: CLI 🤖 Issues and PRs concerning the CLI Area: Logic 🔎 Issues and PRs concerning the internal logic Type: New Feature 📰 Issues and PRs relating to new features
Projects
None yet
Development

No branches or pull requests

1 participant