- Remove worktree of deleted tasks - Remove worktree of inactive tasks after 24h of inactivity - Create a new worktree on followup attempts of cold tasks
13 lines
360 B
JSON
13 lines
360 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "UPDATE executor_sessions\n SET session_id = $1, updated_at = datetime('now')\n WHERE execution_process_id = $2",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "01b7e2bac1261d8be3d03c03df3e5220590da6c31c77f161074fc62752d63881"
|
|
}
|