Skip to content
Snippets Groups Projects
Verified Commit 2044c07d authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

data: Insert new cgit instance lister task

Related T1835
parent 09d9c84b
No related branches found
No related tags found
No related merge requests found
......@@ -388,3 +388,16 @@ values (
'1 week',
'1 week',
'1 week', 1);
insert into task_type(
type,
description,
backend_name,
default_interval, min_interval, max_interval, backoff_factor)
values (
'list-cgit',
'CGit instance lister',
'swh.lister.cgit.tasks.CGitListerTask',
'64 days',
'64 days',
'64 days', 1);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment