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

Use file locks in file caches #24

Open
ryanpdx opened this issue May 27, 2024 · 0 comments
Open

Use file locks in file caches #24

ryanpdx opened this issue May 27, 2024 · 0 comments

Comments

@ryanpdx
Copy link
Member

ryanpdx commented May 27, 2024

Just before the OreSat0.5 handoff, we had an issue were the Updater service would try to move the update from the fwrite cache while the update was been upload/written. We did a last minute hack to only have the updater move file from the fwrite cache on the apps start up. If we use file lock, Updater service would wait until the file is unlocked and then move the update to its own private cache.

To solve this issue use files locks in OreSatFileCache.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant