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

fix(db): write to cutoff table if writeEslTableOnly=true #1893

Merged
merged 3 commits into from
Aug 30, 2024

Commits on Aug 16, 2024

  1. fix(db): write to cutoff table if writeEslTableOnly=true

    If we were previously running with `db.writeEslTableOnly=true`, but now are running with
    `db.writeEslTableOnly=false` (which is the recommended way to enable the database),
    then we would have many events in the event_sourcing_light table that have not been processed -
    possibly over days or weeks. We must not apply events that are that outdated!
    
    So, if there is no cutoff yet, we write the current transformer to the cutoff,
    so it doesn't get processed.
    
    Ref: SRX-KNBOC7
    sven-urbanski-freiheit-com committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    04c5826 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Fix cutoff

    miguel-crespo-fdc committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ea393c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    10c16c0 View commit details
    Browse the repository at this point in the history