jupyter-scheduler icon indicating copy to clipboard operation
jupyter-scheduler copied to clipboard

Update list views based on events from event bus

Open JasonWeill opened this issue 3 years ago • 0 comments

Problem

After creating a new job or job definition, if the back-end is slow to fulfill the creation request, the user might have to manually reload the list view to see their newly-created item.

Proposed Solution

Connect to JupyterLab's event bus, when it is available. Update the list views when a new job or job definition is created.

Additional context

Event bus code lives in https://github.com/jupyter/jupyter_events

JasonWeill avatar Nov 04 '22 20:11 JasonWeill