Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Parallel execution for tasks #14

Open
erdincka opened this issue Jan 31, 2022 · 0 comments
Open

Parallel execution for tasks #14

erdincka opened this issue Jan 31, 2022 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@erdincka
Copy link
Collaborator

Some tasks can run in parallel, ie, "add workers" and "configure DF node", "create k8scluster" and "create DF".
Currently running Samba in docker container within ad_server is started as async task, and is never checked for completion/errors. Would be nice to have a method to submit tasks in the background, and check/wait just before the job that depends it (create tenant should check create cluster, install mapr should check AD integration etc).
Ansible has async method, and I guess it is the best option to implement this (need to ensure we submit and check these jobs on the same hosts etc).

@erdincka erdincka added the help wanted Extra attention is needed label Jan 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant