Skip to content

Commit

Permalink
added instruction to stop task ranker (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradykaushik authored Dec 23, 2020
1 parent 50c552d commit 1ffbcf2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ WithStrategy("strategy-name", []*query.LabelMatcher{
#### Start the Task Ranker
Once the Task Ranker has been configured, then you can start it by calling `tRanker.Start()`.

#### Stop the Task Ranker
Call `tRanker.Stop()` to stop the task ranker.

### Test Locally
#### Setup
Run [`./create_test_env`](./create_test_env) to,
Expand Down

0 comments on commit 1ffbcf2

Please sign in to comment.