https://forge.softwareheritage.org/source/swh-scheduler.git
Revision 25d036ef45033108389d516226c2bf580714dff0 authored by Vincent SELLIER on 21 January 2021, 15:15:26 UTC, committed by Vincent SELLIER on 21 January 2021, 18:15:04 UTC
Avoid to copy the eventful date to the uneventful date when a
duplicated message (same date/same snapshot) is received,

related to T2978
1 parent 0346020
Raw File
Tip revision: 25d036ef45033108389d516226c2bf580714dff0 authored by Vincent SELLIER on 21 January 2021, 15:15:26 UTC
Do not consider duplicated messages as uneventful event
Tip revision: 25d036e
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