Skip to content

Hot reload with long running tasks #1103

@maartenbreddels

Description

@maartenbreddels

A long running task can keeps running after a hot reload, which can be confusing. In our case we had a lot of SQLAlchemy errors because we had old and new classes being mixed. Crucial here is to detect if we did a hot reload, or if the current task is still running (the latter should be enough if it did not crash)

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