Skip to content

Don't block client on startup when fetching schedules #22

@brendonj

Description

@brendonj

As part of enable_remote_schedule_fetch() it tries to fetch an up to date schedule file before continuing, which blocks the client from starting. Is there any harm in forking another process to take care of that, just like when a user signal triggers a schedule update? Could probably just replace the call to update_remote_schedule() with fork_and_fetch() and let it work in its own time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions