https://forge.softwareheritage.org/source/swh-scheduler.git
Revision ead7b347db9d8852b4c347729d7e6d32b72d9058 authored by Nicolas Dandrimont on 15 January 2021, 15:33:43 UTC, committed by Valentin Lorentz on 20 January 2021, 16:37:44 UTC
We extend the Task object with an autogenerated uuid allowing us to
track the task lifetime between its creation and the generation of visit
statuses, as the task-based scheduler does.
1 parent aecd27e
Raw File
Tip revision: ead7b347db9d8852b4c347729d7e6d32b72d9058 authored by Nicolas Dandrimont on 15 January 2021, 15:33:43 UTC
simulator: implement a simulator for the "old" task-based scheduler
Tip revision: ead7b34
.gitignore
*.pyc
*.sw?
*~
/.coverage
/.coverage.*
.eggs/
__pycache__
*.egg-info/
build/
dist/
version.txt
/.hypothesis/
/.tox/
.mypy_cache/
back to top