We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related to: #96
Right now if the job_manager crashes, the resulting STAC collection is lost, because it's stored in memory.
Solution: write STAC collection to file after every post_job_action.
The text was updated successfully, but these errors were encountered:
added setup_stac and made stac collection persisant #102
3a4db13
Merge pull request #103 from Open-EO/102-stac-persistance
b050fba
Closed by #103
Sorry, something went wrong.
VincentVerelst
No branches or pull requests
Related to: #96
Right now if the job_manager crashes, the resulting STAC collection is lost, because it's stored in memory.
Solution: write STAC collection to file after every post_job_action.
The text was updated successfully, but these errors were encountered: