File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11## DAB Task
22
33This app "dab_task" provides a tasking system (it can run tasks in the background).
4- This is an overlay on top of the dispatcher library:
4+ This is an overlay on top of the dispatcherd library:
55
6- https://github.com/ansible/dispatcher
6+ https://github.com/ansible/dispatcherd
77
88The key differences of using dab_task as opposed to the dispatcher directly are:
99
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ defusedxml==0.8.0rc2
2525 # via
2626 # python3-openid
2727 # social-auth-core
28- dispatcher @ git+https://github.com/ansible/dispatcher
28+ dispatcherd @ git+https://github.com/ansible/dispatcherd
2929 # via -r requirements/requirements_task.in
3030django==4.2.17
3131 # via
@@ -119,7 +119,7 @@ python3-saml==1.16.0
119119 # via -r requirements/requirements_authentication.in
120120pyyaml==6.0.2
121121 # via
122- # dispatcher
122+ # dispatcherd
123123 # drf-spectacular
124124redis==5.2.0
125125 # via
Original file line number Diff line number Diff line change 1- git+https://github.com/ansible/dispatcher
1+ git+https://github.com/ansible/dispatcherd
You can’t perform that action at this time.
0 commit comments