https://forge.softwareheritage.org/source/swh-scheduler.git
Revision ebff12ba1e97dbaa29fcdeb4ddcd18167ed8678f authored by Antoine R. Dumont (@ardumont) on 07 December 2020, 08:10:34 UTC, committed by Antoine R. Dumont (@ardumont) on 07 December 2020, 08:28:00 UTC
This adapts the celery requirements to the last known where our builds are
fine. Currently, 5.0.3 got released and this ends up making all the swh modules
relying on tasks timeout. A bug upstream is opened [1].

In the mean time, this workaround fixes [2] and most probably the remaining swh
builds.

[1] https://github.com/celery/celery/issues/6521

[2] https://jenkins.softwareheritage.org/job/DSCH/job/tests/1132/console
1 parent 3c87075
Raw File
Tip revision: ebff12ba1e97dbaa29fcdeb4ddcd18167ed8678f authored by Antoine R. Dumont (@ardumont) on 07 December 2020, 08:10:34 UTC
requirement: Adapt celery requirements
Tip revision: ebff12b
.gitignore
*.pyc
*.sw?
*~
/.coverage
/.coverage.*
.eggs/
__pycache__
*.egg-info/
build/
dist/
version.txt
/.hypothesis/
/.tox/
.mypy_cache/
back to top