-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(prism-agent): ATL-3349 connection state issue and perf improveme…
…nts (#359) * feat(prism-agent): make sure DB records are processed in parallel in background jobs * feat(connect): allow ConnectionResponse reception while ConnectionRequest sending in ongoing but not yet committed * feat(prism-agent): expose background jobs recurrence delays as agent config parameters * feat(prism-agent): expose DB pools awaitConnectionThreads as agent config parameters * feat(pollux): allow retrieving issue credential records for a specific set of protocol states * feat(pollux): allow retrieving proof presentation records for a specific set of protocol states * feat(connect): allow retrieving connection records for a specific set of protocol states * chore(pollux): align credential service method names * chore(pollux): fix presentation service method name * feat(prism-agent): filter connect/issue/presentation records to process in background jobs by relevant states * fix(prism-agent): fix method call typo * chore(prism-agent): remove unused zio-http imports * feat(prism-agent): expose background jobs processing parallelism as app config parameter * fix(pollux): handle cases where peer's reply is received before initial request is marked as sent * chore(connect): add protocol_state index * chore(pollux): add issue credential protocol_state index * feat(prism-agent): Upgrade connect to 0.8.0 * chore(connect): add 'limit 50' when loading records for bg processing * chore(pollux): add 'limit 50' when loading issue/presentation records for bg processing * chore(connect): merge main branch * updated libs * updated and fixes * fix * feat(prism-agent): bump connect, pollux and mercury versions * feat(prism-agent): scalafmt --------- Co-authored-by: FabioPinheiro <[email protected]>
- Loading branch information
1 parent
09f6a68
commit c77f160
Showing
8 changed files
with
160 additions
and
59 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 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
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
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.