feat(foundry): add managed data consumers and agent settings
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"$schema": "https://nodedc.ru/schemas/foundry-data-product-consumer-policies-v1.json",
|
||||
"schemaVersion": "nodedc.foundry.data-product-consumer-policies/v1",
|
||||
"policies": [
|
||||
{
|
||||
"id": "map-moving-object-current-v1",
|
||||
"version": "1.0.0",
|
||||
"dataProductId": "fleet.positions.current.v1",
|
||||
"productVersion": "1.0.0",
|
||||
"staleAfterMs": 60000,
|
||||
"terminalStatuses": [
|
||||
"inactive",
|
||||
"no-position",
|
||||
"no_position"
|
||||
],
|
||||
"removeMode": "canonical-tombstone-or-snapshot-rebase"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user