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

Added new feature ‘pathDelays’ #41

Merged
merged 1 commit into from
Aug 24, 2023
Merged

Added new feature ‘pathDelays’ #41

merged 1 commit into from
Aug 24, 2023

Conversation

daveshanley
Copy link
Member

Configure a delay for individual path globs! Global delay is the fallback now, indivdual delays are now configurable.

pathDelays:
  "/very/slow/path": 7000
  "/not/so/slow/path": 2000
  "/faster/path": 300

Add individual delays in milliseconds for as many paths as required. All path keys are globs and can support wildcards (like /some/*/path/**

Configure a delay for individual path globs! Global delay is the fallback now, indivdual delays are now configurable.

Signed-off-by: Quobix <[email protected]>
@daveshanley daveshanley merged commit 0e21778 into main Aug 24, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant