-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
queue status: will show the current worker status
fix: #7950 Currently queue worker status are not show in `queue status` makes it hard to tell if the worker is still living. 1. add a new method `active_worker` to return the currently running worker node name. 2. give every worker a unique name. 3. `queue status` will show how much worker running at present.
- Loading branch information
1 parent
25b5d1d
commit 3918db9
Showing
2 changed files
with
30 additions
and
6 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