Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qubes: Allow user to disable timeouts #559

Closed
Tracked by #413
apyrgio opened this issue Sep 26, 2023 · 1 comment
Closed
Tracked by #413

Qubes: Allow user to disable timeouts #559

apyrgio opened this issue Sep 26, 2023 · 1 comment
Labels
enhancement New feature or request P:Qubes QubesOS integration
Milestone

Comments

@apyrgio
Copy link
Contributor

apyrgio commented Sep 26, 2023

Disabling timeouts is a functionality that we have introduced for containers (#327), but it doesn't work in Qubes, for several reasons:

  1. Our current read_*() helpers always take a timeout. This is easily fixed.
  2. The server-side calculation of timeouts can be disabled only with a ENABLE_TIMEOUTS=0 environment variable. This is easily achievable in containers, but we don't want to rely on Qubes RPC policies to pass such a flag.

This will be solved once we have a solution for #443. Until then, it will be part of the #413 effort.

@apyrgio apyrgio added enhancement New feature or request P:Qubes QubesOS integration labels Sep 26, 2023
@apyrgio apyrgio added this to the 0.6.0 milestone Sep 26, 2023
@apyrgio apyrgio modified the milestones: 0.6.0, Bookmarks Nov 22, 2023
@deeplow
Copy link
Contributor

deeplow commented Feb 26, 2024

Update as of v0.6.0 timeouts have been removed. I will therefore close this issue.

@deeplow deeplow closed this as completed Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P:Qubes QubesOS integration
Projects
None yet
Development

No branches or pull requests

2 participants