mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-31 00:16:47 +01:00
126b78896e
## About the changes This PR removes the feature flag `queryMissingTokens` that was fully rolled out. It introduces a new way of checking edgeValidTokens controlled by the flag `checkEdgeValidTokensFromCache` that relies in the cached data but hits the DB if needed. The assumption is that most of the times edge will find tokens in the cache, except for a few cases in which a new token is queried. From all tokens we expect at most one to hit the DB and in this case querying a single token should be better than querying all the tokens. |
||
---|---|---|
.. | ||
job-service.test.ts | ||
job-service.ts | ||
job-store.test.ts | ||
job-store.ts | ||
schedule-services.ts | ||
scheduler-service.test.ts | ||
scheduler-service.ts |