-
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
V5.0.0 alpha-4 #83
Merged
Merged
V5.0.0 alpha-4 #83
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #83 +/- ##
==========================================
+ Coverage 77.41% 81.56% +4.14%
==========================================
Files 32 82 +50
Lines 1913 6351 +4438
==========================================
+ Hits 1481 5180 +3699
- Misses 432 1171 +739
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* Add support for performing observation generation using multiple cores, instead of multiple threads since it's CPU bound * Separate observation activities into distinct smaller activities allowing for more narrowly scoped scheduling and retry policies * Change the type of PrevRange so that it's possible to serialize it in JSON allowing to pass it as a parameter to activities * Move update_assets into observation activity * Add support for passing config file via `CONFIG_FILE` environment variable * Improvements to the CLI commands * Drop several CLI arguments that should only be read from the config file * Other improvements related to typing
Add comments to wait for mutation calls
Add exception handling in observation generation
Make the scheduling operation throw errors if a schedule already exists
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As part of this alpha release the following is implemented:
cores, instead of multiple threads since it's CPU bound
allowing for more narrowly scoped scheduling and retry policies
JSON allowing to pass it as a parameter to activities
CONFIG_FILE
environmentvariable
file