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

Improve getting information about questions #704

Open
3 tasks
cortadocodes opened this issue Jan 6, 2025 · 0 comments
Open
3 tasks

Improve getting information about questions #704

cortadocodes opened this issue Jan 6, 2025 · 0 comments
Labels
daily-usability feature A new feature of the app

Comments

@cortadocodes
Copy link
Member

Feature request

Use Case

Improve the visibility of question statuses (running, failed, finished etc.) and what's currently going on (logs, monitor messages, diagnostics). Also clean up and simplify the code for checking this.

Current state

The event replayer, get_events function and octue get-diagnostics are disparate and a bit of a pain to use.

Proposed Solution

  • Add a function and CLI command returning a question's status
  • Move octue get-diagnostics inside octue question command
  • Avoid having to call event replayer and get_events function
@cortadocodes cortadocodes added feature A new feature of the app daily-usability labels Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
daily-usability feature A new feature of the app
Projects
None yet
Development

No branches or pull requests

1 participant