Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Persist details about completed processes in ilab process list #3081

@booxter

Description

@booxter

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

Steps to reproduce the behavior:

  1. Run generate process in background.
  2. Let it complete.
  3. ilab process list. Check that the process is listed.
  4. Repeat (3). Info about the process is gone.

This makes for bad UX.

Describe the solution you'd like

ilab process list should allow to see completed processes even after it listed it once before.

Additional context

Since the number of completed processes may be non-negligible, and they may over time clutter the UI, it may be wise to consider adding filters to process list command, e.g. ilab process list --all, ilab process list --completed, ilab process list --running, `ilab process list --errorred).

Once we no longer prune processes from the list automatically, we may need to introduce a separate ilab process prune command, or have some other means to clean the list up. (ilab process remove?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions