Skip to content

Commit 1e32fc5

Browse files
committed
chore: update MCP health check schedule time
1 parent ddb292a commit 1e32fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/schedule/mcpHealthCheck.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class MCPHealthCheck extends Subscription {
1010
*/
1111
static get schedule() {
1212
return {
13-
cron: '0 0 * * * *', // 每小时的0分钟执行
13+
cron: '0 0 */12 * * *', // 每12小时检测一次
1414
type: 'worker', // 指定一个 worker 执行
1515
immediate: false, // 应用启动后不立即执行
1616
disable: false,

0 commit comments

Comments
 (0)