Page MenuHomeSoftware Heritage
Paste P1123

create index-fossology-license-for-partition
ActivePublic

Authored by vlorentz on Aug 18 2021, 11:22 AM.
insert into task_type(
type,
description,
backend_name,
default_interval, min_interval, max_interval, backoff_factor,
max_queue_length)
values (
'index-fossology-license-for-partition',
'Fossology license partition indexer task',
'swh.indexer.tasks.ContentFossologyLicensePartition',
'1 day', '12:00:00', '1 days', 2,
5000);