-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop passing MononokeApp to the worker.
Summary: ## This stack Running the worker for all repos is causing OOMs; sharding should help. ## This diff The `MononokeApp` instance is supposed to be a singleton and remain in the top context, not passed around. With the preparation from the previous diff, we can clean this up now. Reviewed By: singhsrb Differential Revision: D64410195 fbshipit-source-id: 90b6e27429f9ee765f70ba975e516fe75c4c1dc2
- Loading branch information
1 parent
112b915
commit 63c6e58
Showing
3 changed files
with
13 additions
and
24 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