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
MANIFEST.in
include README.md
include Makefile
include requirements*.txt
include version.txt
recursive-include swh/scheduler/sql *.sql
recursive-include swh py.typed
back to top