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

[wip] Fix satellite fetching race condition #514

Closed
wants to merge 1 commit into from

Conversation

mvandenburgh
Copy link
Member

Fixes #513.

This is only for the core app; once we settle on the correct way to fix this, I'll apply it to scoring as well.

@BryonLewis
Copy link
Contributor

I see that you updated the task or the downloading of modelRun images but the same problem then exists, where the modelrun download requires that the celery task be up and running before it is initiated and generates the SatelliteFetching rows.

This is going to require a change to: https://github.com/ResonantGeoData/RD-WATCH/blob/main/rdwatch/core/views/model_run.py#L511

@mvandenburgh
Copy link
Member Author

This might still be an issue, but this PR is very outdated at this point and will likely need to be redone. I won't be working on this for the foreseeable future, so I'll close this and we can open a new one when/if needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SatelliteFetching is created too late in image download process
2 participants