https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 071220786e043a22fb917a320a24a1157366f02b authored by Valentin Lorentz on 10 January 2020, 14:13:07 UTC
Use swh.core.sentry instead of calling sentry_sdk.init directly.
Tip revision: 0712207
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