-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release/v5.0 clone to be merged to dev (#1147)
* 1080 disable errors tab * version patch * 🐞 Hotfix/Split getValidExperiment queries into 3 sub queries to reduce latency against Release V5 (#1083) * split getValidExperiment queries into 3 sub queries to reduce latency * added cache for validExperiment function * ⚡ Fixing caching Updating caching-manager and fixing caching bug * Run all queries at once for getValidExperiments * solved caching errors * revert cache-manger to older version * fix majority of unit test cases for cached valid experiment mocks * solve one of the test suite failures with appropriate mock * fix for final test suite * remove unnecessory console.logs * solve git comments * remove promise.all for sigle promises and remove metrics query from getValidExps as its not being used in assign and mark * add CACHING_TTL to env * add omnibus-specific load-test file to the repo --------- Co-authored-by: RidhamShah <[email protected]> Co-authored-by: Vivek Fitkariwala <[email protected]> Co-authored-by: danoswaltCL <[email protected]> * Hotfix caching getValidExperiments and query performance improvements (#1121) * missed version on root (#1123) * appease cicd with correct versions (#1124) * revert to correct version (#1125) * no retries for 4xx, retry other errors once instead of 3 times (#1140) --------- Co-authored-by: danoswaltCL <[email protected]> Co-authored-by: Zack Lee <[email protected]> Co-authored-by: RidhamShah <[email protected]> Co-authored-by: Vivek Fitkariwala <[email protected]>
- Loading branch information
1 parent
be88797
commit e10ef30
Showing
21 changed files
with
709 additions
and
221 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ APP_ROUTE_PREFIX=/api | |
APP_BANNER=true | ||
APP_DEMO=false | ||
CACHING_ENABLED=true | ||
CACHING_TTL=10 | ||
|
||
# | ||
# LOGGING | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.