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: add --db-workspace-update-propagation-delay CLI flag #789

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 8, 2022

  1. fix: add --db-workspace-update-propagation-delay CLI flag

    When some configuration is applied to a non-existent workspace,
    decK creates the workspace before proceeding with the other
    queries. In such cases, it may happen that Kong is not "fast"
    enough to propagate workspace changes, leading to some misleading
    404s due to not-existing (not-propagated) workspaces.
    
    This commit is adding a new --db-workspace-update-propagation-delay
    CLI flag to introduce an artificial delay when a new workspace
    is created.
    This is different from the --db-update-propagation-delay flag, as
    the latter gets applied to every insert operation and it was
    initially introduced to address some Cassandra limitation.
    GGabriele committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    96d44c5 View commit details
    Browse the repository at this point in the history