You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: