-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dispatch monitoring messages on tag type, instead of queue name (#2168)
* Dispatch monitoring messages on tag type, instead of queue name This means monitoring messages are handled based on their declared tag type, rather than how they are received by the database manager. Specifically, RESOURCE_INFO messages are now handled more like other messages. This is groundwork for future PRs which will, for example, allow remote tasks to deliver their resource messages over htex's existing channels, rather than via UDP.
- Loading branch information
1 parent
d8d53ac
commit 4488c0b
Showing
2 changed files
with
30 additions
and
14 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