Skip to content

When polling is enabled, Mesh gets the old schema on each server start #6840

Closed
@ardatan

Description

@ardatan

When user enables the polling with pollingInterval configuration option, Mesh pulls the schema in a certain interval. It updates the artifacts automatically on the disk.
But if there is a container environment or a lambda, all the changes on the disk are gone. So after a restart on the container, it starts with the initial schema that is generated via mesh build before all the following polls. Then the user gets the updated schema until the first poll.
We should add a flag that immediately pulls the schema on each start so the initial artifacts are ignored.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions