-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [MR-627] Time out messages in subnet queues (#2708)
Time out best-effort requests in subnet input queues and responses in subnet output queues. The management canister does not make outgoing calls as itself, so there are no requests in subnet output queues or responses in subnet input queues. Meaning that there are also no `SubnetCallContextManager` callbacks to time out. We already shed messages from subnet queues, so this is the last missing piece of the puzzle in terms of best-effort message shedding and expiration.
- Loading branch information
1 parent
3d01d63
commit 13006ee
Showing
2 changed files
with
57 additions
and
11 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