-
Notifications
You must be signed in to change notification settings - Fork 96
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
Memory improvements (2/3): Migrate core Covalent to new data access layer #1729
Conversation
Builds on #1728 This PR migrates the core Covalent server from the in-memory Result object to the DB-backed All functional tests now pass. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #1729 +/- ##
===========================================
+ Coverage 80.17% 83.69% +3.51%
===========================================
Files 232 285 +53
Lines 10239 13460 +3221
Branches 193 193
===========================================
+ Hits 8209 11265 +3056
- Misses 1897 2062 +165
Partials 133 133
|
66abf41
to
975f01a
Compare
c980139
to
ec600d5
Compare
ec600d5
to
67c0fa5
Compare
Introduce temporary implementations of `update._node` and `update.lattice_data`. These will be removed once core covalent is transitioned to the new DAL.
Change abs imports to rel imports. Needed to please pip-missing-reqs.
- Improve type hints
This reverts commit a3ab70b.
This reverts commit 388df38236ebec7555ec7e83ffc1834427b46650.
Make API endpoints restful Cancel all dispatches upon shutdown
…lent into memory-improvements-pr-2
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.
load.py
is no longer needed and should be removed.
Closes https://github.com/AgnostiqHQ/covalent-staging/issues/708