-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds a private status endpoint to
TaskWorker
This endpoint, at `http://127.0.0.1:4422/status` reports the current state of the `TaskWorker`, including what its limiting parameters look like and which task runs of each key are currently in-flight. This is a rough-and-ready monitoring endpoint that we can flesh out with more info and tests as we go, but for now, we need it for load testing and reliability troubleshooting.
- Loading branch information
1 parent
d28cf8b
commit 8aa43df
Showing
2 changed files
with
66 additions
and
3 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