Skip to content

Commit

Permalink
Merge pull request #5 from MapColonies/handleJobInit
Browse files Browse the repository at this point in the history
feat: implementing new job init- merge tiles tasks creation(MAPCO-4348)
  • Loading branch information
almog8k authored Sep 12, 2024
2 parents ad90de3 + a29f374 commit 418c449
Show file tree
Hide file tree
Showing 35 changed files with 15,807 additions and 27,267 deletions.
26 changes: 13 additions & 13 deletions config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"disableHttpClientLogs": true
}
},
"mapServerCacheType": "FS",
"jobManagement": {
"config": {
"jobManagerBaseUrl": "http://localhost:8081",
Expand All @@ -45,29 +46,28 @@
"dequeueIntervalMs": 3000
},
"ingestion": {
"maxTaskAttempts": 3,
"pollingTasks": {
"init": "init",
"finalize": "finalize"
},
"jobs": {
"new": {
"type": "Ingestion_New",
"tasks": {
"splitTiles": "tilesSplitting",
"mergeTiles": "tilesMerging"
}
"type": "Ingestion_New"
},
"update": {
"type": "Ingestion_Update",
"tasks": {
"mergeTiles": "tilesMerging"
}
"type": "Ingestion_Update"
},
"swapUpdate": {
"type": "Ingestion_Swap_Update",
"tasks": {
"swapTiles": "tilesSwapping"
}
"type": "Ingestion_Swap_Update"
}
},
"tasks": {
"tilesMerging": {
"type": "tilesMerging",
"tileBatchSize": 10000,
"taskBatchSize": 5,
"useNewTargetFlagInUpdate": true
}
}
}
Expand Down
Loading

0 comments on commit 418c449

Please sign in to comment.