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

Add start_with_unprocessed option to auto-pipeline #278

Merged
merged 2 commits into from
Jan 12, 2023

Conversation

nicHoch
Copy link
Collaborator

@nicHoch nicHoch commented Sep 22, 2022

for a transition from batch to daily processing and also for a restart after some error time / system down. We need an option for the automated pipeline to not just process new incoming files but also start with a search for unprocessed files and process them first.

@codecov-commenter
Copy link

codecov-commenter commented Sep 22, 2022

Codecov Report

Base: 80.51% // Head: 80.85% // Increases project coverage by +0.33% 🎉

Coverage data is based on head (1955d57) compared to base (4f31099).
Patch coverage: 51.85% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #278      +/-   ##
==========================================
+ Coverage   80.51%   80.85%   +0.33%     
==========================================
  Files          60       62       +2     
  Lines        5697     5927     +230     
==========================================
+ Hits         4587     4792     +205     
- Misses       1110     1135      +25     
Impacted Files Coverage Δ
stixcore/util/scripts/end2end_testing.py 24.56% <ø> (ø)
stixcore/processing/pipeline.py 71.23% <22.22%> (-4.51%) ⬇️
stixcore/products/level0/scienceL0.py 84.68% <57.62%> (-1.95%) ⬇️
stixcore/time/datetime.py 90.68% <100.00%> (ø)
stixcore/io/fits/tests/test_processors.py 100.00% <0.00%> (ø)
stixcore/products/levelb/tests/test_levelb.py 100.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Collaborator

@samaloney samaloney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks ok but really hard to be sure 🤷‍♂️

stixcore/products/level0/scienceL0.py Show resolved Hide resolved
@samaloney samaloney changed the title add start_with_unprocessed option to auto-pipeline Add start_with_unprocessed option to auto-pipeline Jan 12, 2023
@nicHoch nicHoch merged commit 9b33263 into i4Ds:master Jan 12, 2023
nicHoch added a commit to nicHoch/STIXCore that referenced this pull request Feb 21, 2023
* add start_with_unprocessed option to auto-pipeline

* add start_with_unprocessed option to auto-pipeline
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.

None yet

3 participants