Skip to content

Make Scheduler API calls async #598

@andrii-i

Description

@andrii-i

Problem

All Jupyter Scheduler API calls (create_job, list_jobs, etc.) are synchronous, blocking the event loop during file I/O and database operations. This affects responsiveness.

Proposed solution

Convert all Jupyter Scheduler methods to be async.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions