Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Runner: Show active job ID while waiting to queue next job #3063

Closed
briancain opened this issue Mar 3, 2022 · 0 comments · Fixed by #3067
Closed

Runner: Show active job ID while waiting to queue next job #3063

briancain opened this issue Mar 3, 2022 · 0 comments · Fixed by #3067
Assignees
Labels
core/cli core enhancement New feature or request

Comments

@briancain
Copy link
Member

Is your feature request related to a problem? Please describe.

When Waypoint executes a job, and another job is queued for execution, the user has no information as to which job id is actively being waited on. This can be an issue if the job is in a bad state in the database and might be marked as still "running" when in reality it has exited and there is no running job.

Describe the solution you'd like

The CLI should show the job id it is waiting on while waiting to queue a new operation. Something like:

» Operation is queued waiting for job "123-456-789". Waiting for runner assignment...
  If you interrupt this command, the job will still run in the background.

Then, the user can inspect the state of the job and even cancel it if Waypoint has marked it in a "bad" state.

Note that this feature should probably come after a functional waypoint job CLI because otherwise the user won't have any tools to use the job id.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Explain any additional use-cases
If there are any use-cases that would help us understand the use/need/value please share them as they can help us decide on acceptance and prioritization.

Additional context
Add any other context or screenshots about the feature request here.

@briancain briancain added enhancement New feature or request new core/cli labels Mar 3, 2022
@briancain briancain self-assigned this Mar 3, 2022
@briancain briancain changed the title CLI: Show active job ID while waiting to queue next job Runner: Show active job ID while waiting to queue next job Mar 3, 2022
@briancain briancain added the core label Mar 3, 2022
@krantzinator krantzinator removed the new label Jul 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
core/cli core enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants