https://forge.softwareheritage.org/source/swh-scheduler.git
Revision 037946a7aabc5e76e3853fa2fae08d42fd9e5e07 authored by Valentin Lorentz on 25 January 2023, 13:37:18 UTC, committed by vlorentz on 25 January 2023, 13:37:42 UTC
It is used by the pytest plugin
1 parent 8f0849a
Raw File
Tip revision: 037946a7aabc5e76e3853fa2fae08d42fd9e5e07 authored by Valentin Lorentz on 25 January 2023, 13:37:18 UTC
Add missing dependency on pytest-postgresql
Tip revision: 037946a
README.md
swh-scheduler
=============

Job scheduler for the Software Heritage project.

Task manager for asynchronous/delayed tasks, used for both recurrent (e.g.,
listing a forge, loading new stuff from a Git repository) and one-off
activities (e.g., loading a specific version of a source package).
back to top