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(processing) Move redis operations in reprocessing to servicewrapper #66168

Merged
merged 4 commits into from
Mar 5, 2024

Commits on Mar 1, 2024

  1. feat(processing) Move redis operations in reprocessing to servicewrapper

    We need to shift the reprocessing workload to a new redis cluster
    without downtime. In order to do that I would like to use our Service
    wrappers and ServiceDelegator to dual write and then shift reads via
    runtime options.
    
    Before I can move load with ServiceDelegator the existing logic needs to
    be moved into a service wrapper.
    markstory committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    be50049 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    861a0bf View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    7ca23ea View commit details
    Browse the repository at this point in the history
  2. Enable stronger typing

    markstory committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    7881f03 View commit details
    Browse the repository at this point in the history