Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9345753
D2441.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
704 B
Subscribers
None
D2441.diff
View Options
diff --git a/swh/scheduler/sql/50-swh-data.sql b/swh/scheduler/sql/50-swh-data.sql
--- a/swh/scheduler/sql/50-swh-data.sql
+++ b/swh/scheduler/sql/50-swh-data.sql
@@ -24,19 +24,6 @@
'1 day', '1 day', '1 day', 1,
1000);
-insert into task_type(
- type,
- description,
- backend_name,
- default_interval, min_interval, max_interval, backoff_factor,
- num_retries,
- max_queue_length)
-values (
- 'load-deposit',
- 'Loading deposit archive into swh through swh-loader-tar',
- 'swh.deposit.loader.tasks.LoadDepositArchiveTsk',
- '1 day', '1 day', '1 day', 1, 3, 1000);
-
insert into task_type(
type,
description,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 3, 3:30 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3226684
Attached To
D2441: Remove the creation of the 'load-deposit' task type
Event Timeline
Log In to Comment