-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cluster, logger: support for akyuu.startCluster()
Add the dependency of akyuu-cluster and make logger to adapt cluster. PR-URL: #28 Refs: https://github.com/eggjs/egg-cluster#usage Reviewed-By: Duan Pengfei <[email protected]>
- Loading branch information
1 parent
a7b13bc
commit 32417bc
Showing
5 changed files
with
20 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/** | ||
* XadillaX <[email protected]> created at 2017-07-28 15:32:46 with ❤ | ||
* | ||
* Copyright (c) 2017 xcoder.in, all rights reserved. | ||
*/ | ||
"use strict"; | ||
|
||
const akyuu = require("../../../"); | ||
|
||
akyuu.startCluster(); |
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