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

Display job definition schedule in a human-readable way #98

Closed
JasonWeill opened this issue Oct 6, 2022 · 0 comments · Fixed by #111
Closed

Display job definition schedule in a human-readable way #98

JasonWeill opened this issue Oct 6, 2022 · 0 comments · Fixed by #111
Labels
enhancement New feature or request

Comments

@JasonWeill
Copy link
Collaborator

Problem

The job definition schedule is stored in cron format (e.g., */5 * * * *) which most users will not recognize in text.

Proposed Solution

In the job definition list and details view, display the job definition schedule in a human-readable way (e.g., */5 * * * * as "every 5 minutes").

Additional context

All supported JupyterLab languages should be supported; the user's chosen locale should be used for display.

cron explanation libraries exist for multiple languages.

@JasonWeill JasonWeill added the enhancement New feature or request label Oct 6, 2022
@JasonWeill JasonWeill changed the title Display job definition schedule in a friendly way Display job definition schedule in a human-readable way Oct 6, 2022
@dlqqq dlqqq mentioned this issue Oct 6, 2022
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant