Skip to content
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

feat: let sql in wal mode provide async db, not app level spawn blocking (transaction service) #4597

Conversation

hansieodendaal
Copy link
Contributor

Description

Removed spawn blocking calls for db operations from the wallet in the transaction service.
(This is the last PR in a couple of PRs required to implement this fully throughout the wallet code.)

Motivation and Context

As per #3982 and #4555

How Has This Been Tested?

Unit tests
Cucumber tests

@hansieodendaal hansieodendaal force-pushed the ho_remove_spawn_blocking_tranaction_service branch 5 times, most recently from 393a526 to 0254bc0 Compare September 1, 2022 10:57
Removed spawn blocking calls for db operations from the wallet in the transaction
service. (This is the last  PR in a couple of PRs required to implement this
fully throughout the wallet code.)
@hansieodendaal hansieodendaal force-pushed the ho_remove_spawn_blocking_tranaction_service branch from 0254bc0 to a484b57 Compare September 1, 2022 13:56
@hansieodendaal hansieodendaal changed the title [wip] feat: remove spawn blocking calls from wallet db (transaction service) feat: remove spawn blocking calls from wallet db (transaction service) Sep 1, 2022
@hansieodendaal hansieodendaal changed the title feat: remove spawn blocking calls from wallet db (transaction service) feat: let sql in wal mode provide async db behaviour rather than application level spawn blocking (transaction service) Sep 2, 2022
@hansieodendaal hansieodendaal changed the title feat: let sql in wal mode provide async db behaviour rather than application level spawn blocking (transaction service) feat: let sql in wal mode provide async db behaviour, not application level spawn blocking (transaction service) Sep 2, 2022
@hansieodendaal hansieodendaal changed the title feat: let sql in wal mode provide async db behaviour, not application level spawn blocking (transaction service) feat: let sql in wal mode provide async db, not app level spawn blocking (transaction service) Sep 2, 2022
@sdbondi sdbondi merged commit e17c1f9 into tari-project:development Sep 2, 2022
@hansieodendaal hansieodendaal deleted the ho_remove_spawn_blocking_tranaction_service branch September 6, 2022 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants