-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Truss handle should reflect changes made to truss after it was created #123
Comments
In my experience, modifying Is there something else that we want to make sure if reflected (maybe configs? requirements?) |
When we create the truss handle we also create the truss_spec, which reads in the config. This config in truss_handle would go out of sync when the config.yaml is modified on disk. We'd need to orchestrate things, so that there's some kind of revalidation/reload when any truss_handle methods are called. |
Ah interesting. Do we have to run a kind of filewatcher, like FastAPI does for fast reload? |
Do we still need this as we move to a more cli focused flow, over a notebook focused flow? |
Typical flow is like this:
That last step should is easy to forget and should not be needed. It will be great if the handle automatically reflects changes tot he underlying truss.
The text was updated successfully, but these errors were encountered: