https://forge.softwareheritage.org/source/swh-scheduler.git
Revision 243a69fc357ade6d3d8e68cd5d45c6e47cb40d6d authored by Antoine R. Dumont (@ardumont) on 20 October 2021, 08:42:34 UTC, committed by Antoine R. Dumont (@ardumont) on 20 October 2021, 09:25:38 UTC
1 parent 5b53196
Raw File
Tip revision: 243a69fc357ade6d3d8e68cd5d45c6e47cb40d6d authored by Antoine R. Dumont (@ardumont) on 20 October 2021, 08:42:34 UTC
Add docstring to runner and listener modules
Tip revision: 243a69f
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