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);