jupyter-server / jupyter-scheduler

Run Jupyter notebooks as jobs
https://jupyter-scheduler.readthedocs.io
BSD 3-Clause "New" or "Revised" License
200 stars 23 forks source link

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

Open DrMaphuse opened 1 month ago

DrMaphuse commented 1 month ago

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:

Proposed solution

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

Additional context

Similar functionality exists in other job scheduling systems:

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

andrii-i commented 2 weeks ago

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