-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring of observation related activities (#86)
* 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
- Loading branch information
Showing
25 changed files
with
1,301 additions
and
1,352 deletions.
There are no files selected for viewing
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
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.