-
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-1683 added config for purge analytics interval #3526
TT-1683 added config for purge analytics interval #3526
Conversation
Docuemntation added in TykTechnologies/tyk-docs#1622 |
Failing test is not related to this change |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/release to release-3 |
Working on it! Note that it can take a few minutes. |
@tbuchaillot Seems like there is conflict and it require manual merge. |
/release to release-3-lts |
Working on it! Note that it can take a few minutes. |
* TT-1683 added config for purge analytics interval * ra goimports on rpc_analytics_purger.go * added purge_interval to lintern schema Co-authored-by: Tomas Buchaillot <tombuchaillot89@gmail.com> (cherry picked from commit 4235775)
@tbuchaillot Succesfully merged |
/release to release-3 |
Working on it! Note that it can take a few minutes. |
* TT-1683 added config for purge analytics interval * ra goimports on rpc_analytics_purger.go * added purge_interval to lintern schema Co-authored-by: Tomas Buchaillot <tombuchaillot89@gmail.com> (cherry picked from commit 4235775)
@tbuchaillot Succesfully merged |
Description
Added a config to set the interval length (in seconds) on how often we should purge the analytics from the rpc cache.
Related Issue
https://tyktech.atlassian.net/browse/TT-1683
Motivation and Context
Give solution to https://tyktech.atlassian.net/browse/TT-1683
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