Update instructions for running a lister in docker
Prefer to execute lister through a celery task as it also enables to catch possible issues with task implementation. Also use docker compose v2 commands.
This commit is contained in:
parent
5426883c49
commit
dabb1a2ae5
5 changed files with 24 additions and 24 deletions
|
@ -108,15 +108,15 @@ Testing with Docker
|
|||
|
||||
Change directory to swh/docker then launch the docker environment::
|
||||
|
||||
docker-compose up -d
|
||||
docker compose up -d
|
||||
|
||||
Then connect to the lister::
|
||||
Then schedule an aur listing task::
|
||||
|
||||
docker exec -it docker_swh-lister_1 bash
|
||||
docker compose exec swh-scheduler swh scheduler task add -p oneshot list-aur
|
||||
|
||||
And run the lister (The output of this listing results in “oneshot” tasks in the scheduler)::
|
||||
You can follow lister execution by displaying logs of swh-lister service::
|
||||
|
||||
swh lister run -l aur
|
||||
docker compose logs -f swh-lister
|
||||
|
||||
.. _aur.archlinux.org: https://aur.archlinux.org
|
||||
.. _New AUR Metadata Archives: https://lists.archlinux.org/pipermail/aur-general/2021-November/036659.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue