Files
order_site/apps/backend/data/scheduled-jobs.json
T
2026-05-14 17:59:45 +08:00

16 lines
269 B
JSON

{
"enabled": true,
"jobs": [
{
"id": "cloudtentacles-health",
"type": "cloudtentacles_health",
"enabled": true,
"intervalSeconds": 18000,
"cooldownSeconds": 1800,
"config": {
"assetThreshold": 500
}
}
]
}