Skip to content
Snippets Groups Projects
Antoine R. Dumont (@ardumont)'s avatar
Antoine R. Dumont authored
This will allow to schedule add-forge-now requests to different queues. For example [1]
will send git tasks to the add_forge_now_slow:swh.loader.git... queue.

[1]
```
swh ... add-forge-now ... \
  --preset $ENVIRONMENT \
  schedule-first-visits \
    --type-name git \
    --prefix-queue add_forge_now_slow
```
cf2ca93d
History