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
WunderGraph commits fully to Open Source and we want to make sure that we can help you as fast as possible.
The roadmap is driven by our customers and we have to prioritize issues that are important to them.
You can influence the priority by becoming a customer. Please contact us here.
Component(s)
router
Component version
ghcr.io/wundergraph/cosmo/router:0.150.0
wgc version
0.71.1
controlplane version
cloud
router version
0.150.0
What happened?
We are self hosting the router in K8S, and relying on the cloud shema registry and control plane.
Router is configured to watch schema file in the file system.
A cron periodically pulls the schema from the registry into a ConfigMap that is mounted as a volume, here are the relevant parts of the Deployment.
Note that we explicitly avoid
volumeMounts.subPath
as that would break configmap update propagation.When the schema is changed, the server properly detects it and restarts, however, any successive changes are not picked up until a new Pod is created.
It looks like the file watcher context is cancelled when the old server is shutdown after server swap.
Environment information
No response
Router configuration
No response
Router execution config
No response
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: