Add timeouts to all actions #44

Open
opened 2026-04-23 12:08:30 +02:00 by oysteikt · 0 comments
Owner

The varlink handler is currently awaiting every request before handling new ones. In case of bugs or too strict sandboxing, this creates a situation where a hanging future can effectively pause the entire daemon for its entire remaining lifetime. We should set a hard time limit on all requests.

The varlink handler is currently awaiting every request before handling new ones. In case of bugs or too strict sandboxing, this creates a situation where a hanging future can effectively pause the entire daemon for its entire remaining lifetime. We should set a hard time limit on all requests.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Projects/roowho2#44