-
Notifications
You must be signed in to change notification settings - Fork 4
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 support for hourly runs and reprocessing #112
Conversation
hellais
commented
Jan 20, 2025
•
edited
Loading
edited
- Fixes off-by one in workflow trigger: Off by one hour issue with daily workflow trigger #116
- Closes: Come up with a better way of running reprocessing of data #109
- Closes: Reduce observation generation frequency to hourly #111
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #112 +/- ##
==========================================
+ Coverage 82.21% 82.72% +0.50%
==========================================
Files 69 70 +1
Lines 4166 4248 +82
==========================================
+ Hits 3425 3514 +89
+ Misses 741 734 -7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This should be now ready for review and it's quite important we land it soon to address this bug that came out: #116 |
LGTM! |