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

Add "End time" column to job list view #552

Open
DrMaphuse opened this issue Oct 24, 2024 · 1 comment
Open

Add "End time" column to job list view #552

DrMaphuse opened this issue Oct 24, 2024 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@DrMaphuse
Copy link

Problem

I frequently need to know when scheduled jobs have ended, especially for long-running jobs and jobs with specific time windows. Currently, the job list view only shows the start time, making it difficult to:

  • Plan dependent workflows that need to start after a job finishes
  • Monitor job duration expectations
  • Verify that recurring jobs complete within their intended time windows
  • Identify potentially stuck or overrunning jobs

Proposed solution

Add an "End time" column to the job list view that would:

  • Display the actual completion time for finished jobs
  • Show the estimated end time for running jobs based on previous runs or user-provided estimates

Additional context

Similar functionality exists in other job scheduling systems:

  • AWS Batch shows completion times
  • Apache Airflow includes end times in its task view
  • Databricks displays a "Duration" column in the Job runs view

This would complement the existing start time information and provide users with better visibility into job execution timeframes.

@DrMaphuse DrMaphuse added the enhancement New feature or request label Oct 24, 2024
@andrii-i andrii-i added this to the 3.0.0 milestone Nov 11, 2024
@andrii-i
Copy link
Collaborator

Thank you for creating this issue and sharing your insights. We'll consider this for upcoming v3.0.0.

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
Development

No branches or pull requests

2 participants