-
Notifications
You must be signed in to change notification settings - Fork 45
[WIP] feat: separate performance collection and distribution #802
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
Draft
vgorkavenko
wants to merge
37
commits into
csm-next
Choose a base branch
from
feat/performance-collector
base: csm-next
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,577
−500
Draft
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
0f45ec5
feat: separate performance collection and distribution
vgorkavenko 962a076
Merge remote-tracking branch 'origin/csm-next' into feat/performance-…
vgorkavenko 453effb
fix: lock
vgorkavenko 485fe91
fix: black
vgorkavenko d9e5888
Merge remote-tracking branch 'origin/csm-next' into feat/performance-…
vgorkavenko 8d86ca7
fix: already processed epochs
vgorkavenko 9e2c951
feat: ChainConverter
vgorkavenko 6e95c01
refactor: types
vgorkavenko 46decb1
feat: better logging
vgorkavenko 39d50d2
feat: additional validation
vgorkavenko d689979
refactor: db
vgorkavenko fa5ed3c
feat: `epochs_demand`
vgorkavenko a5d07f7
fix: `missing_epochs_in`
vgorkavenko 1653943
fix: logic, logging
vgorkavenko aa871b3
fix: csm.execute_module
vgorkavenko 2a70199
feat: add `_post` for http_provider
vgorkavenko db10267
fix: SafeBorder SafeBorder inheritance issue
vgorkavenko 0925e5f
fix: remove TODOs
vgorkavenko 84b2e47
feat: add `PERFORMANCE_COLLECTOR_DB_CONNECTION_TIMEOUT`
vgorkavenko b08865a
feat: use finalized epoch if no demands
vgorkavenko baf8c83
fix: `validate_state`
vgorkavenko e72cff2
WIP: `test_csm_module.py`
vgorkavenko 1d2fb60
WIP: `test_csm_module.py`
vgorkavenko e9758b0
fix: linter
vgorkavenko f932b99
fix: `define_epochs_to_process_range`
vgorkavenko 13330ea
fix: `define_epochs_to_process_range`. Simple AI tests
vgorkavenko 84ff68e
fix: remove `DEFAULT_EPOCHS_STEP_TO_COLLECT`
vgorkavenko 6adb0ae
fix: review
vgorkavenko cc080b3
fix: review
vgorkavenko 1203448
fix: remove old tests
vgorkavenko 3efa8b9
fix: imports in test
vgorkavenko 90c790e
fix: test_csm_module
vgorkavenko d95584f
fix: linter
vgorkavenko f676fa0
fix: some tests
vgorkavenko 9c1c902
fix: fork tests
vgorkavenko 53aac86
fix: review
vgorkavenko a8732eb
fix: errors
vgorkavenko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Empty file.
Oops, something went wrong.
Oops, something went wrong.
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.
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.
How to understand that
self.state.framesis not empty?I mean, looks like fulfill_state need some pre-requirments before run. If yes - better to check this requirments and drop exceptions if the requirements are not met.