Files
openclaw-config/cron/jobs-state.json.migrated
2026-07-02 11:00:05 +08:00

80 lines
4.9 KiB
Plaintext

{
"version": 1,
"jobs": {
"5d7aed00-aa6e-4c81-9c2b-d347e4832721": {
"updatedAtMs": 1780624800030,
"scheduleIdentity": "{\"version\":1,\"enabled\":true,\"schedule\":{\"kind\":\"cron\",\"expr\":\"0 10 * * 5\",\"tz\":\"Asia/Shanghai\"}}",
"state": {
"nextRunAtMs": 1781229600000,
"lastRunAtMs": 1780624800011,
"lastRunStatus": "ok",
"lastStatus": "ok",
"lastDurationMs": 19,
"lastDeliveryStatus": "not-requested",
"consecutiveErrors": 0,
"consecutiveSkipped": 0,
"lastFailureNotificationDeliveryStatus": "not-requested"
}
},
"12c1165b-ae83-4451-ab27-460455a1e4ae": {
"updatedAtMs": 1780304408419,
"scheduleIdentity": "{\"version\":1,\"enabled\":true,\"schedule\":{\"kind\":\"cron\",\"expr\":\"0 17 1 6 *\",\"tz\":\"Asia/Shanghai\"}}",
"state": {
"nextRunAtMs": 1811840400000,
"lastRunAtMs": 1780304403652,
"lastRunStatus": "ok",
"lastStatus": "ok",
"lastDurationMs": 4767,
"lastDelivered": true,
"lastDeliveryStatus": "delivered",
"lastFailureNotificationDeliveryStatus": "not-requested",
"consecutiveErrors": 0,
"consecutiveSkipped": 0
}
},
"057d94d0-7c9b-45f1-b824-add73ecb068c": {
"updatedAtMs": 1780910697142,
"scheduleIdentity": "{\"version\":1,\"enabled\":false,\"schedule\":{\"kind\":\"at\",\"at\":\"2026-06-08T09:00:00.000Z\"}}",
"state": {
"lastRunAtMs": 1780910426045,
"lastRunStatus": "error",
"lastStatus": "error",
"lastDurationMs": 271097,
"lastDiagnostics": {
"summary": "The model did not produce a response before the model idle timeout. Please try again, or increase `models.providers.<id>.timeoutSeconds` for slow local or self-hosted providers. If `agents.defaults.timeoutSeconds` or a run-specific timeout is lower, raise that ceiling too; provider timeouts cannot extend the whole agent run.",
"entries": [
{
"ts": 1780910697119,
"source": "tool",
"severity": "error",
"message": "LLM request timed out."
},
{
"ts": 1780910697119,
"source": "tool",
"severity": "error",
"message": "The model did not produce a response before the model idle timeout. Please try again, or increase `models.providers.<id>.timeoutSeconds` for slow local or self-hosted providers. If `agents.defaults.timeoutSeconds` or a run-specific timeout is lower, raise that ceiling too; provider timeouts cannot extend the whole agent run."
},
{
"ts": 1780910697141,
"source": "agent-run",
"severity": "error",
"message": "The model did not produce a response before the model idle timeout. Please try again, or increase `models.providers.<id>.timeoutSeconds` for slow local or self-hosted providers. If `agents.defaults.timeoutSeconds` or a run-specific timeout is lower, raise that ceiling too; provider timeouts cannot extend the whole agent run."
}
]
},
"lastDiagnosticSummary": "The model did not produce a response before the model idle timeout. Please try again, or increase `models.providers.<id>.timeoutSeconds` for slow local or self-hosted providers. If `agents.defaults.timeoutSeconds` or a run-specific timeout is lower, raise that ceiling too; provider timeouts cannot extend the whole agent run.",
"lastErrorReason": "timeout",
"lastDelivered": false,
"lastDeliveryStatus": "not-delivered",
"lastDeliveryError": "The model did not produce a response before the model idle timeout. Please try again, or increase `models.providers.<id>.timeoutSeconds` for slow local or self-hosted providers. If `agents.defaults.timeoutSeconds` or a run-specific timeout is lower, raise that ceiling too; provider timeouts cannot extend the whole agent run.",
"lastFailureNotificationDelivered": false,
"lastFailureNotificationDeliveryStatus": "not-delivered",
"lastFailureNotificationDeliveryError": "The model did not produce a response before the model idle timeout. Please try again, or increase `models.providers.<id>.timeoutSeconds` for slow local or self-hosted providers. If `agents.defaults.timeoutSeconds` or a run-specific timeout is lower, raise that ceiling too; provider timeouts cannot extend the whole agent run.",
"consecutiveErrors": 4,
"consecutiveSkipped": 0,
"lastError": "The model did not produce a response before the model idle timeout. Please try again, or increase `models.providers.<id>.timeoutSeconds` for slow local or self-hosted providers. If `agents.defaults.timeoutSeconds` or a run-specific timeout is lower, raise that ceiling too; provider timeouts cannot extend the whole agent run."
}
}
}
}