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

swh-loader-bzr: 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 168682ae
No related branches found
Tags swh-loader-bzr-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
......@@ -10,7 +10,7 @@ blinker==1.5
breezy==3.2.2
cassandra-driver==3.25.0
celery==5.2.7
certifi==2022.6.15.1
certifi==2022.9.24
cffi==1.15.1
chardet==5.0.0
charset-normalizer==2.1.1
......@@ -23,14 +23,14 @@ confluent-kafka==1.9.2
Deprecated==1.2.13
dulwich==0.20.46
exceptiongroup==1.0.0rc9
fastbencode==0.0.11
fastbencode==0.0.12
Flask==2.2.2
frozenlist==1.3.1
geomet==0.2.1.post1
gunicorn==20.1.0
humanize==4.3.0
hypothesis==6.54.5
idna==3.3
humanize==4.4.0
hypothesis==6.54.6
idna==3.4
importlib-metadata==4.12.0
iniconfig==1.1.1
iso8601==1.0.2
......@@ -64,20 +64,20 @@ 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
swh.core==2.14.0
swh.core==2.14.1
swh.counters==0.9.1
swh.journal==1.1.0
swh.loader.bzr==1.3.1
swh.loader.core==4.0.0
swh.loader.core==4.2.0
swh.model==6.4.1
swh.objstorage==2.0.1
swh.perfecthash==0.1.2
swh.scheduler==1.2.1
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