Skip to content
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

Restarting stack overwrites changes in fileserver made by HTTP POST #1416

Open
jb2197 opened this issue Nov 28, 2024 · 0 comments
Open

Restarting stack overwrites changes in fileserver made by HTTP POST #1416

jb2197 opened this issue Nov 28, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed infra General infrastructure issues for to the base library, agent framework, stack, vis tools etc.

Comments

@jb2197
Copy link
Contributor

jb2197 commented Nov 28, 2024

Currently, the fileserver reloads the folder provided during initialisation whenever the stack restarts. This behaviour effectively discards any changes made to the files via HTTP POST, as the files are stored internally within the fileserver container. It would be ideal to implement a mechanism to preserve the file contents in the fileserver container across restarts. One potential solution could involve connecting the container's folder to the initialisation folder to make sure they are in sync.

@jb2197 jb2197 added enhancement New feature or request help wanted Extra attention is needed infra General infrastructure issues for to the base library, agent framework, stack, vis tools etc. labels Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed infra General infrastructure issues for to the base library, agent framework, stack, vis tools etc.
Projects
None yet
Development

No branches or pull requests

1 participant