-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[TT-69] read the seconds to check for key space changes from config file, als… #3059
Conversation
Documentation TykTechnologies/tyk-docs#1386 |
/release to release-1.0 |
@matiasinsaurralde Release branch not found |
/release to release-3.1 |
Working on it! Note that it can take a few minutes. |
@matiasinsaurralde Succesfully merged |
#3059) <!-- Provide a general summary of your changes in the Title above --> ## Description Allow users to set the number of seconds before GW check again for key space changes ## Related Issue #3058 ## Motivation and Context give solution to #3058 and accomplish one of the requisites to build the MDCB testing framework ## How This Has Been Tested - Starts a MDCB setup - Set 1 seconds as value of this field - Restart slaved GW - Check logs, we must see every second a record saying that its checking for key space changes ## Screenshots (if appropriate) ## Types of changes <!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Checklist <!-- Go over all the following points, and put an `x` in all the boxes that apply --> <!-- If you're unsure about any of these, don't hesitate to ask; we're here to help! --> - [x] Make sure you are requesting to **pull a topic/feature/bugfix branch** (right side). If pulling from your own fork, don't request your `master`! - [x] Make sure you are making a pull request against the **`master` branch** (left side). Also, you should start *your branch* off *our latest `master`*. - [ ] My change requires a change to the documentation. - [ ] If you've changed APIs, describe what needs to be updated in the documentation. - [ ] I have updated the documentation accordingly. - [ ] Modules and vendor dependencies have been updated; run `go mod tidy && go mod vendor` - [ ] When updating library version must provide reason/explanation for this update. - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. - [x] Check your code additions will not fail linting checks: - [x] `go fmt -s` - [x] `go vet` (cherry picked from commit 08e9132)
/release to release-3-lts |
Working on it! Note that it can take a few minutes. |
#3059) <!-- Provide a general summary of your changes in the Title above --> ## Description Allow users to set the number of seconds before GW check again for key space changes ## Related Issue #3058 ## Motivation and Context give solution to #3058 and accomplish one of the requisites to build the MDCB testing framework ## How This Has Been Tested - Starts a MDCB setup - Set 1 seconds as value of this field - Restart slaved GW - Check logs, we must see every second a record saying that its checking for key space changes ## Screenshots (if appropriate) ## Types of changes <!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Checklist <!-- Go over all the following points, and put an `x` in all the boxes that apply --> <!-- If you're unsure about any of these, don't hesitate to ask; we're here to help! --> - [x] Make sure you are requesting to **pull a topic/feature/bugfix branch** (right side). If pulling from your own fork, don't request your `master`! - [x] Make sure you are making a pull request against the **`master` branch** (left side). Also, you should start *your branch* off *our latest `master`*. - [ ] My change requires a change to the documentation. - [ ] If you've changed APIs, describe what needs to be updated in the documentation. - [ ] I have updated the documentation accordingly. - [ ] Modules and vendor dependencies have been updated; run `go mod tidy && go mod vendor` - [ ] When updating library version must provide reason/explanation for this update. - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. - [x] Check your code additions will not fail linting checks: - [x] `go fmt -s` - [x] `go vet` (cherry picked from commit 08e9132)
@matiasinsaurralde Succesfully merged |
/release to release-3 |
Working on it! Note that it can take a few minutes. |
#3059) <!-- Provide a general summary of your changes in the Title above --> ## Description Allow users to set the number of seconds before GW check again for key space changes ## Related Issue #3058 ## Motivation and Context give solution to #3058 and accomplish one of the requisites to build the MDCB testing framework ## How This Has Been Tested - Starts a MDCB setup - Set 1 seconds as value of this field - Restart slaved GW - Check logs, we must see every second a record saying that its checking for key space changes ## Screenshots (if appropriate) ## Types of changes <!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Checklist <!-- Go over all the following points, and put an `x` in all the boxes that apply --> <!-- If you're unsure about any of these, don't hesitate to ask; we're here to help! --> - [x] Make sure you are requesting to **pull a topic/feature/bugfix branch** (right side). If pulling from your own fork, don't request your `master`! - [x] Make sure you are making a pull request against the **`master` branch** (left side). Also, you should start *your branch* off *our latest `master`*. - [ ] My change requires a change to the documentation. - [ ] If you've changed APIs, describe what needs to be updated in the documentation. - [ ] I have updated the documentation accordingly. - [ ] Modules and vendor dependencies have been updated; run `go mod tidy && go mod vendor` - [ ] When updating library version must provide reason/explanation for this update. - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. - [x] Check your code additions will not fail linting checks: - [x] `go fmt -s` - [x] `go vet` (cherry picked from commit 08e9132)
@tbuchaillot Succesfully merged |
/release to release-3.2 |
Working on it! Note that it can take a few minutes. |
@sredxny Seems like there is conflict and it require manual merge. |
Description
Allow users to set the number of seconds before GW check again for key space changes (
key_space_sync_interval
)Related Issue
#3058
Motivation and Context
give solution to #3058 and accomplish one of the requisites to build the MDCB testing framework
How This Has Been Tested
Screenshots (if appropriate)
Types of changes
Checklist
fork, don't request your
master
!master
branch (left side). Also, you should startyour branch off our latest
master
.go mod tidy && go mod vendor
go fmt -s
go vet