Spaces:
Paused
Paused
TEQUMSA Space Operations
Startup and Always-On Verification
- Confirm the Space hardware is set to
CPU Upgrade. - Confirm Space sleep is disabled in the Hugging Face settings UI.
- Confirm
TEQUMSA_INTERNAL_SECRET,SUPABASE_URL,SUPABASE_SERVICE_ROLE_KEY, andSUPABASE_PROJECT_IDare set. - Open
GET /api/healthand verify:statusisoktarget_hardwareiscpu-upgradesleep_policyisalways-ondependency_state.kernel_loadedistrue
Runtime Error Recovery
- Check the latest Hugging Face build and runtime logs.
- Confirm the vendored kernel file still exists at
vendor/metacognitive_kernel_v18.py. - Confirm Python dependencies installed from
requirements.txtwithout version conflicts. - Restart the Space after secrets and variables are verified.
- If the Space still fails, route traffic through gateway fallback mode until the Space health endpoint returns
ok.
Rollback Path
- Revert the Space repo to the last healthy commit.
- Restart the Space and confirm
/api/healthis live. - Keep
chat.lifeambassadorsint.orgactive; it already falls back locally when the Space is unhealthy.
Public Gateway Checks
- Call
GET https://chat.lifeambassadorsint.org/health. - Confirm the response mode is
livewhen the Space is healthy. - Send a test
POST /chatrequest and confirmsourcereturnshf_space. - If
sourcereturnslocal_fallback, inspect Space health before changing gateway code.