Skip to content

Commit

Permalink
discover queue concurrency, ingest publish freq, new rule #324
Browse files Browse the repository at this point in the history
  • Loading branch information
jsrikish committed Jan 30, 2024
1 parent 2dff693 commit 6f5fc7b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/stacks/cumulus/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ module "cumulus" {
{
id = "backgroundJobQueue",
url = aws_sqs_queue.background_job_queue.id,
execution_limit = 1000
execution_limit = 1200
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "WV01_Pan_L1B___1",
"state": "DISABLED",
"rule": {
"type": "onetime"
},
"provider": "cumulus",
"collection": {
"name": "WV01_Pan_L1B",
"version": "1"
},
"workflow": "DiscoverAndQueueGranules",
"meta": {
"discoverOnly": false,
"providerPathFormat": "'WV01_Pan_L1B___1/'yyyy/DDD",
"ingestedPathFormat": "'WV01_Pan_L1B___1/'yyyy/DDD",
"startDate": "2007-01-01T00:00:00Z",
"endDate": "2023-01-01T00:00:00Z",
"step": "P1D"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"DiscoverGranulesMap": {
"Type": "Map",
"End": true,
"MaxConcurrency": 3,
"MaxConcurrency": 2,
"ToleratedFailurePercentage": 1,
"ItemReader": {
"Resource": "arn:aws:states:::s3:getObject",
Expand Down
1 change: 1 addition & 0 deletions to_delete.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
delete this file

0 comments on commit 6f5fc7b

Please sign in to comment.