Skip to content

Docs/schedule inspection#2247

Open
nhoening wants to merge 4 commits into
mainfrom
docs/schedule-inspection
Open

Docs/schedule inspection#2247
nhoening wants to merge 4 commits into
mainfrom
docs/schedule-inspection

Conversation

@nhoening

@nhoening nhoening commented Jun 25, 2026

Copy link
Copy Markdown
Member

Description

Users should know how to see results, config and errors on their jobs.

  • Add section to features/scheduling to list the ways
  • Add screenshot to status-page section of looking at job info
  • Added changelog item in documentation/changelog.rst

Look & feel

image

nhoening added 2 commits June 25, 2026 15:19
Signed-off-by: Nicolas Höning <nicolas@seita.nl>
Signed-off-by: Nicolas Höning <nicolas@seita.nl>
@nhoening nhoening added this to the 1.0.0 milestone Jun 25, 2026
@nhoening nhoening self-assigned this Jun 25, 2026
@nhoening nhoening added the documentation Improvements or additions to documentation label Jun 25, 2026
@nhoening nhoening requested a review from BelhsanHmida June 25, 2026 13:23
nhoening and others added 2 commits June 25, 2026 15:24
Signed-off-by: Nicolas Höning <nicolas@seita.nl>
Signed-off-by: Mohamed Belhsan Hmida <mohamedbelhsanhmida@gmail.com>

@BelhsanHmida BelhsanHmida left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this PR looks good overall. I made a small local pass over the docs and fixed a few typos/trailing whitespace issues.

I also left two small suggestions: one about the wording for the GET /api/v3_0/jobs/{uuid} endpoint, and one about mentioning the CLI inspection path.

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

There is an API endpoint specifically for checking status, result and configuration info for jobs:
``GET /api/v3_0/jobs/{uuid}`` will return JSON with information, including the flex config and exception info.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think we should avoid saying that GET /api/v3_0/jobs/{uuid} returns configuration info or flex config here? That endpoint returns status/result information, queue/function metadata, timestamps, and exc_info for failed jobs, but not the job metadata or scheduler flex-model/flex-context.

Maybe this could be reworded to something like:

GET /api/v3_0/jobs/{uuid} returns JSON with the job status, result, queue and function metadata, timestamps, and exception traceback information for failed jobs.

Also do you think we should add Checking the status via the CLI or api mention is enough ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants