Skip to content

Commit e2f5954

Browse files
committed
Refactor reservation configuration by standardizing tags and removing unused entries
1 parent bb7e28a commit e2f5954

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

includes/reservations.js

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const reservations = require('@masthead-data/dataform-package')
22

33
const RESERVATION_CONFIG = [
44
{
5-
tag: 'high_slots',
5+
tag: 'reservation',
66
reservation: 'projects/httparchive/locations/US/reservations/pipeline',
77
actions: [
88
'httparchive.crawl.pages',
@@ -11,17 +11,6 @@ const RESERVATION_CONFIG = [
1111
'httparchive.f1.pages_latest',
1212
'httparchive.f1.requests_latest'
1313
]
14-
},
15-
{
16-
tag: 'low_slots',
17-
reservation: null,
18-
actions: []
19-
},
20-
{
21-
tag: 'on_demand',
22-
reservation: 'none',
23-
actions: [
24-
]
2514
}
2615
]
2716

0 commit comments

Comments
 (0)