kin: auto-commit after pipeline
This commit is contained in:
parent
396f5193d3
commit
18160de45e
9 changed files with 449 additions and 0 deletions
|
|
@ -87,6 +87,10 @@ _check_git_available()
|
|||
|
||||
app = FastAPI(title="Kin API", version="0.1.0")
|
||||
|
||||
# Start pipeline watchdog (KIN-099): detects dead subprocess PIDs every 30s
|
||||
from core.watchdog import start_watchdog as _start_watchdog
|
||||
_start_watchdog(DB_PATH)
|
||||
|
||||
app.add_middleware(
|
||||
CORSMiddleware,
|
||||
allow_origins=["*"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue