-
Notifications
You must be signed in to change notification settings - Fork 72
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
Implement a message queue between gateway and workflow service for improved reliability #7559
Closed
Commits on Sep 17, 2024
-
implement idempotent, transactional writes for services, add a messag…
…e queue between gateway and workflow service
Configuration menu - View commit details
-
Copy full SHA for f4f1d3c - Browse repository at this point
Copy the full SHA f4f1d3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e904ad4 - Browse repository at this point
Copy the full SHA e904ad4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87adedf - Browse repository at this point
Copy the full SHA 87adedfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6f3a7e - Browse repository at this point
Copy the full SHA e6f3a7eView commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b9c4053 - Browse repository at this point
Copy the full SHA b9c4053View commit details
Commits on Sep 19, 2024
-
implement client-side handling for not receiving an id right away for…
… record submission
Configuration menu - View commit details
-
Copy full SHA for ef95cdc - Browse repository at this point
Copy the full SHA ef95cdcView commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a35b2ce - Browse repository at this point
Copy the full SHA a35b2ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75e61db - Browse repository at this point
Copy the full SHA 75e61dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b4e899 - Browse repository at this point
Copy the full SHA 1b4e899View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb010f6 - Browse repository at this point
Copy the full SHA cb010f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b50a51d - Browse repository at this point
Copy the full SHA b50a51dView commit details -
Configuration menu - View commit details
-
Copy full SHA for afdb7fc - Browse repository at this point
Copy the full SHA afdb7fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c95ab5b - Browse repository at this point
Copy the full SHA c95ab5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 000ee35 - Browse repository at this point
Copy the full SHA 000ee35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b40251 - Browse repository at this point
Copy the full SHA 5b40251View commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5de741e - Browse repository at this point
Copy the full SHA 5de741eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee39acc - Browse repository at this point
Copy the full SHA ee39accView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd503ea - Browse repository at this point
Copy the full SHA dd503eaView commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ec5ad5e - Browse repository at this point
Copy the full SHA ec5ad5eView commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4f644d8 - Browse repository at this point
Copy the full SHA 4f644d8View commit details
Commits on Oct 23, 2024
-
feat(message-queue): allow confirming and rejecting record externally (…
…#7674) * feat: allow confirming and rejecting record externally * revert: no 'patch' needed after all it would be the correct REST action for the state changes: chose convention for now * fix: remove dummy definitions * refactor: improve typing on graphql gateway supported patient identifiers * refactor: use defined rejection types * refactor(tests): use defined rejection types * fix: add some missing rejection reasons * fix: linter issues * fix: named types not being included in the generated graphql query * fix: REVERT THIS? remove trivy from build * revert: typing work related to reasons * refactor: stop using global interception in workflow tests * chore: allow specifying the port to the queue * feat: add testcontainers * chore: add host&port to missing places * refactor: add port and host to redis call * chore: clean up testcontainers * fix: use defined redis port in gateway * Revert "refactor: stop using global interception in workflow tests" This reverts commit 201cec7. * revert: yarn.lock changes * revert: typing efforts in client - add a todo comment to look into this * Revert "fix: REVERT THIS? remove trivy from build" This reverts commit 529d702. --------- Co-authored-by: Riku Rouvila <riku.rouvila@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1c710c0 - Browse repository at this point
Copy the full SHA 1c710c0View commit details
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.