Feature #17514
closedJob invocations should happen asynchronously
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1386270
Description of problem:
Customer needs to run many long-running job invocations at the same time on multiple machines.
These machines are located in a network with low bandwidth, so keeping many connections alive isn't possible as some jobs could take a long time (e.g: reposync, yum update).
These connections waste resources on the client hosts which are not very powerful machines.
This could be implemented by having another provider different to SSH or possibly by making ssh run the job and return right away (the capsule could check the status of the job somehow)
Additional info:
Currently they are running their own custom remote execution scripts which use Ansible core libraries to make calls asynchronously and poll for the status of the execution. The solution provided by Satellite does not necessarily have to poll for the status but it would need to provide a way to check it's status.
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Assignee set to Adam Ruzicka
- Pull request https://github.com/theforeman/smart_proxy_dynflow/pull/33 added
Updated by The Foreman Bot over 7 years ago
- Pull request https://github.com/theforeman/foreman_remote_execution/pull/249 added
Updated by The Foreman Bot over 7 years ago
- Pull request https://github.com/theforeman/smart_proxy_remote_execution_ssh/pull/32 added
Updated by Ivan Necas over 7 years ago
- Target version changed from 113 to 1.14.2
Updated by The Foreman Bot over 7 years ago
- Pull request https://github.com/theforeman/smart_proxy_remote_execution_ssh/pull/33 added
Updated by Adam Ruzicka over 7 years ago
- Pull request deleted (
https://github.com/theforeman/smart_proxy_remote_execution_ssh/pull/33)
Removing wrong PR
Updated by Adam Ruzicka over 7 years ago
- Related to Bug #20377: Provide features required by async-ssh in smart_proxy_dynflow_core added
Updated by Adam Ruzicka over 7 years ago
- Related to Bug #20376: Provide features required by async-ssh in foreman-tasks-core added
Updated by Anonymous about 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman_plugin|c68b36711d7a3405ebed781b3669928ac6129b89.