You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 andoctue get-diagnostics
are disparate and a bit of a pain to use.Proposed Solution
octue get-diagnostics
insideoctue question
commandget_events
functionThe text was updated successfully, but these errors were encountered: