Skip to content
Snippets Groups Projects
Unverified Commit fbc67439 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

swh-loader-svn: Bump release and fix entrypoint

This sent celery events at the end of the ingestion which is not required. It's no
longer relevant for the current scheduling management. It's an initial typo when
migrating those workers.

Related to T4540
parent 05e3ac00
No related branches found
Tags swh-loader-svn-20220926.1
No related merge requests found
......@@ -13,7 +13,7 @@ case "$1" in
exec python -m celery \
--app=swh.scheduler.celery_backend.config.app \
worker \
--pool=prefork --events \
--pool=prefork \
--concurrency=${CONCURRENCY} \
--max-tasks-per-child=${MAX_TASKS_PER_CHILD} \
-Ofair --loglevel=${LOGLEVEL} \
......
aiohttp==3.8.1
aiohttp==3.8.3
aiohttp-utils==3.1.1
aiosignal==1.2.0
amqp==5.1.1
......@@ -9,7 +9,7 @@ billiard==3.6.4.0
blinker==1.5
cassandra-driver==3.25.0
celery==5.2.7
certifi==2022.9.14
certifi==2022.9.24
cffi==1.15.1
chardet==5.0.0
charset-normalizer==2.1.1
......@@ -24,7 +24,7 @@ Flask==2.2.2
frozenlist==1.3.1
geomet==0.2.1.post1
gunicorn==20.1.0
humanize==4.3.0
humanize==4.4.0
hypothesis==6.54.6
idna==3.4
importlib-metadata==4.12.0
......@@ -59,21 +59,21 @@ pytz==2022.2.1
PyYAML==6.0
redis==4.3.4
requests==2.28.1
sentry-sdk==1.9.8
sentry-sdk==1.9.9
six==1.16.0
sortedcontainers==2.4.0
subvertpy==0.11.0
swh.core==2.14.1
swh.counters==0.9.1
swh.journal==1.1.0
swh.loader.core==4.1.0
swh.loader.core==4.2.0
swh.loader.svn==1.3.4
swh.model==6.4.1
swh.objstorage==2.0.1
swh.perfecthash==0.1.2
swh.scheduler==1.2.2
swh.storage==1.6.0
tenacity==8.0.1
tenacity==8.1.0
toml==0.10.2
tomli==2.0.1
typing_extensions==4.3.0
......
  • Phabricator Migration user @phabricator-migration ·
    Owner

    Some references in the commit message have been migrated:

    • T4540 is now infra/sysadm-environment#4540
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment