简单的定时任务--ok

This commit is contained in:
yml2213
2026-05-14 17:59:45 +08:00
parent b6c493d5e7
commit f7f3289d04
19 changed files with 954 additions and 5 deletions
@@ -3,7 +3,7 @@
"baseUrl": "https://123.207.217.176",
"username": "17665234375",
"phone": "17665234375",
"loggedInAt": "2026-05-14T05:47:42.507Z",
"loggedInAt": "2026-05-14T09:29:51.511Z",
"deviceId": "-",
"deviceType": 0
}
+15
View File
@@ -0,0 +1,15 @@
{
"enabled": true,
"jobs": [
{
"id": "cloudtentacles-health",
"type": "cloudtentacles_health",
"enabled": true,
"intervalSeconds": 18000,
"cooldownSeconds": 1800,
"config": {
"assetThreshold": 500
}
}
]
}