Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P1123
create index-fossology-license-for-partition
Active
Public
Actions
Authored by
vlorentz
on Aug 18 2021, 11:22 AM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
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
);
Event Timeline
vlorentz
created this paste.
Aug 18 2021, 11:22 AM
2021-08-18 11:22:12 (UTC+2)
Log In to Comment