Conversation
6dfcc03 to
3a68754
Compare
792bfe7 to
721aac3
Compare
d5ecd9a to
8efc683
Compare
7a73fa8 to
d1f04aa
Compare
82d1c45 to
bb377b1
Compare
b8a8c08 to
70a5d96
Compare
b8b5272 to
326d74c
Compare
c27a913 to
e8f24de
Compare
1cb7da3 to
3cc3ee6
Compare
1ec819e to
58c946b
Compare
8696e27 to
1869881
Compare
ed7c5aa to
0863d3c
Compare
c04ef9c to
0c4c53d
Compare
4e4c33c to
14cb30f
Compare
54b9677 to
95bf5d7
Compare
cb9b87a to
d9286a8
Compare
devinleighsmith
added a commit
that referenced
this pull request
Dec 30, 2024
1) (thread #1) upload document action starts upload, sets document to processing 2) (thread #2) document poll starts executing with document in processing state 3) (thread #1) upload document action completes upload, sets document to sucess. 4) (thread #2) document poll throws concurrency exception.
devinleighsmith
added a commit
that referenced
this pull request
Dec 30, 2024
1) (thread #1) upload document action starts upload, sets document to processing 2) (thread #2) document poll starts executing with document in processing state 3) (thread #1) upload document action completes upload, sets document to sucess. 4) (thread #2) document poll throws concurrency exception.
devinleighsmith
added a commit
that referenced
this pull request
Dec 30, 2024
1) (thread #1) upload document action starts upload, sets document to processing 2) (thread #2) document poll starts executing with document in processing state 3) (thread #1) upload document action completes upload, sets document to sucess. 4) (thread #2) document poll throws concurrency exception.
devinleighsmith
added a commit
that referenced
this pull request
Dec 30, 2024
* Address race condition where: 1) (thread #1) upload document action starts upload, sets document to processing 2) (thread #2) document poll starts executing with document in processing state 3) (thread #1) upload document action completes upload, sets document to sucess. 4) (thread #2) document poll throws concurrency exception. * correction. * test updates.
devinleighsmith
added a commit
that referenced
this pull request
Jan 2, 2025
1) (thread #1) upload document action starts upload, sets document to processing 2) (thread #2) document poll starts executing with document in processing state 3) (thread #1) upload document action completes upload, sets document to sucess. 4) (thread #2) document poll throws concurrency exception.
devinleighsmith
added a commit
that referenced
this pull request
Jan 7, 2025
1) (thread #1) upload document action starts upload, sets document to processing 2) (thread #2) document poll starts executing with document in processing state 3) (thread #1) upload document action completes upload, sets document to sucess. 4) (thread #2) document poll throws concurrency exception.
devinleighsmith
added a commit
that referenced
this pull request
Jan 7, 2025
1) (thread #1) upload document action starts upload, sets document to processing 2) (thread #2) document poll starts executing with document in processing state 3) (thread #1) upload document action completes upload, sets document to sucess. 4) (thread #2) document poll throws concurrency exception.
devinleighsmith
added a commit
that referenced
this pull request
Jan 7, 2025
* Address race condition where: 1) (thread #1) upload document action starts upload, sets document to processing 2) (thread #2) document poll starts executing with document in processing state 3) (thread #1) upload document action completes upload, sets document to sucess. 4) (thread #2) document poll throws concurrency exception. * psp-5703 unit tests for document repositories. * remove tests, as GetAsync cannot be mocked. --------- Co-authored-by: Smith <devin.smith@quartech.com>
fad2db6 to
c1c2269
Compare
712cf84 to
8a9b95c
Compare
60ceaa8 to
6b6cfc5
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.