Scheduler cleanup (#5571)

Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
Douwe Osinga
2025-11-08 13:19:18 -05:00
committed by GitHub
parent 25dfd768e5
commit e5a1474b4c
21 changed files with 1715 additions and 3902 deletions
+4 -7
View File
@@ -1672,10 +1672,9 @@
{
"name": "limit",
"in": "query",
"required": false,
"required": true,
"schema": {
"type": "integer",
"format": "int32",
"minimum": 0
}
}
@@ -2353,10 +2352,6 @@
"cron": {
"type": "string"
},
"execution_mode": {
"type": "string",
"nullable": true
},
"id": {
"type": "string"
},
@@ -4400,10 +4395,12 @@
},
"SessionsQuery": {
"type": "object",
"required": [
"limit"
],
"properties": {
"limit": {
"type": "integer",
"format": "int32",
"minimum": 0
}
}