- Remove worktree of deleted tasks - Remove worktree of inactive tasks after 24h of inactivity - Create a new worktree on followup attempts of cold tasks
27 lines
542 B
JSON
27 lines
542 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT id as \"id!: Uuid\", worktree_path FROM task_attempts WHERE worktree_deleted = FALSE",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "id!: Uuid",
|
|
"ordinal": 0,
|
|
"type_info": "Blob"
|
|
},
|
|
{
|
|
"name": "worktree_path",
|
|
"ordinal": 1,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
true,
|
|
false
|
|
]
|
|
},
|
|
"hash": "a157cf00616f703bfba21927f1eb1c9eec2a81c02da15f66efdba0b6c375de1b"
|
|
}
|