https://forge.softwareheritage.org/source/swh-scheduler.git
Revision cf2ca93d632978a4e8fb33fac45fb27dcb42351b authored by Antoine R. Dumont (@ardumont) on 30 May 2023, 13:09:20 UTC, committed by Antoine R. Dumont (@ardumont) on 30 May 2023, 15:14:22 UTC
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
```
1 parent 6299df4
History
Tip revision: cf2ca93d632978a4e8fb33fac45fb27dcb42351b authored by Antoine R. Dumont (@ardumont) on 30 May 2023, 13:09:20 UTC
cli.add_forge_now: Allow queue name prefix override
Tip revision: cf2ca93
File Mode Size
data
docs
sql
swh
.git-blame-ignore-revs -rw-r--r-- 140 bytes
.gitignore -rw-r--r-- 129 bytes
.pre-commit-config.yaml -rw-r--r-- 882 bytes
AUTHORS -rw-r--r-- 112 bytes
CODE_OF_CONDUCT.md -rw-r--r-- 3.3 KB
CONTRIBUTORS -rw-r--r-- 14 bytes
LICENSE -rw-r--r-- 34.3 KB
LICENSE.Celery -rw-r--r-- 2.6 KB
MANIFEST.in -rw-r--r-- 154 bytes
Makefile -rw-r--r-- 163 bytes
README.md -rw-r--r-- 292 bytes
conftest.py -rw-r--r-- 664 bytes
mypy.ini -rw-r--r-- 750 bytes
pyproject.toml -rw-r--r-- 237 bytes
pytest.ini -rw-r--r-- 62 bytes
requirements-journal.txt -rw-r--r-- 12 bytes
requirements-simulator.txt -rw-r--r-- 21 bytes
requirements-swh.txt -rw-r--r-- 48 bytes
requirements-test.txt -rw-r--r-- 297 bytes
requirements.txt -rw-r--r-- 509 bytes
setup.cfg -rw-r--r-- 342 bytes
setup.py -rwxr-xr-x 2.5 KB
tox.ini -rw-r--r-- 1.6 KB

README.md

back to top