-
Notifications
You must be signed in to change notification settings - Fork 11
CCMRG-1943: Move database connections from worker level to task level #618
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
Closed
Closed
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
b5f1c05
CCMRG-1943: Move database connections from worker level to task level
drazisil-codecov 1128e5e
Enhance database session management and improve error handling
drazisil-codecov 6358df1
Remove outdated documentation on idle transaction timeout cases and p…
drazisil-codecov 136019f
Refactor database session management to support optional session para…
drazisil-codecov c691dcc
Refactor import statements in database engine module for improved cla…
drazisil-codecov 7d5bc2a
Refactor code for improved readability and consistency
drazisil-codecov e3dd2f1
Merge main into CCMRG-1943-per-task-db-sessions
drazisil-codecov 8dabc1d
Refactor test assertions in TestBaseCodecovTaskApplyAsyncOverride for…
drazisil-codecov 92a7b3e
Refactor cleanup function in hook_session to simplify commit restorat…
drazisil-codecov 18b1679
Add comprehensive unit tests for database engine functionality
drazisil-codecov aa69b82
Refactor BaseCodecovTask to enhance session management and error hand…
drazisil-codecov 0f226ba
Refactor session management in BaseCodecovTask to ensure proper clean…
drazisil-codecov 1bdb8ef
Add session lifecycle logging and preserve attempts header
drazisil-codecov 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
There are no files selected for viewing
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
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.
Is this also for TA timeseries? We have 3 engines don't we?
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.
Per line 80 we only have two. 🤔