-
Notifications
You must be signed in to change notification settings - Fork 33
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
Check if processed data already exists in --production mode #1024
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Maricke, I think this is very useful (I at least screwed this up a couple of times)! Looks good. Let's make sure we test it once just before making the next release - just to be sure
Co-authored-by: Joran R. Angevaare <jorana@nikhef.nl>
Co-authored-by: Joran R. Angevaare <jorana@nikhef.nl>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot @mflierm - I'll merge it after we have done a final test!
Nice work Maricke! |
What does the code in this PR do / what does it improve?
The code checks in the runs database if the run that is being tried to process, has already been processed (i.e.
bootstrax_status in ['done', 'processing', 'considering']
). This avoids that the processing results in'failed'
(because there is nolive_data
available anymore).Can you briefly describe how it works?
See above.
Can you give a minimal working example (or illustrate with a figure)?
Please include the following if applicable:
Notes on testing