-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow Mononoke App to warm specific set of derived data type
Summary: Right now, any application or service created using `MononokeApp` is capable of warming either: - Git derived data types - Hg derived data types - All derived data types Since there is no option that allows specifing a custom set of derived data types to be warmed, apps and services end up using the third option when in reality they just need a handful of derived data types. This diff incorporates a new variant, `BookmarkCacheDerivedData::SpecificTypes` which will allow for warming specific types. Reviewed By: YousefSalama Differential Revision: D69526247 fbshipit-source-id: 269bf1deb9a9594473c0ffe68fbc351ac1d38bdf
- Loading branch information
1 parent
bc5cb14
commit ae521ed
Showing
5 changed files
with
25 additions
and
11 deletions.
There are no files selected for viewing
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
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
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