feat(cron): post isolated summaries

This commit is contained in:
Peter Steinberger
2025-12-13 12:09:15 +00:00
parent 32cd1175fb
commit c02613e15f
12 changed files with 462 additions and 52 deletions

View File

@@ -1093,9 +1093,6 @@
"additionalProperties": false,
"type": "object",
"properties": {
"postToMain": {
"type": "boolean"
},
"postToMainPrefix": {
"type": "string"
}
@@ -1344,9 +1341,6 @@
"additionalProperties": false,
"type": "object",
"properties": {
"postToMain": {
"type": "boolean"
},
"postToMainPrefix": {
"type": "string"
}
@@ -1543,9 +1537,6 @@
"additionalProperties": false,
"type": "object",
"properties": {
"postToMain": {
"type": "boolean"
},
"postToMainPrefix": {
"type": "string"
}
@@ -1647,6 +1638,9 @@
"error": {
"type": "string"
},
"summary": {
"type": "string"
},
"runAtMs": {
"minimum": 0,
"type": "integer"