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

rpm-ostree: figure out how to gracefully timeout/cancel transactions #19

Open
lucab opened this issue May 27, 2019 · 0 comments
Open

rpm-ostree: figure out how to gracefully timeout/cancel transactions #19

lucab opened this issue May 27, 2019 · 0 comments

Comments

@lucab
Copy link
Contributor

lucab commented May 27, 2019

Right now we are using the rpm-ostree CLI as a blocking client. This has some effects on the update-agent:

  • a hanging client will stop any progress on the update-agent state-machine
  • we should consider adding timeouts (and see what happens to actix sync-actor and to the underlying child process)
  • if we timeout the CLI process, that still has no effect on ongoing transaction on the deamon side

Some more thinking and tinkering around this is required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant