title: "π΄ INT-P08 (Dev.WeOwn.Tools) β Unexpected Instance Restart + Template Drift [REF: GTM_2026-W27_1024 + 1025]"
labels: bug, instance-config, incident, int-p08, infra, p0
assignees: SHD, CTO
π΄ INCIDENT REPORT: INT-P08 UNEXPECTED RESTART + TEMPLATE DRIFT
| Field |
Value |
| Instance |
INT-P08 (Dev.WeOwn.Tools β WeOwnLLM v1.14.1) |
| Incident REFs |
GTM_2026-W27_1024 (Log) Β· GTM_2026-W27_1025 (ContextVolley) |
| Detected |
00:52 MDT β 30 Jun 2026 (W27 D2) β MetaCouncil VSA agents all returned zero success |
| Diagnosed |
01:04 MDT β @YonksTEAM:ADMIN confirmed incorrect template settings |
| Deep Dive |
@ncimino ποΈ β Root cause investigation completed |
| Resolution Status |
β¬ PENDING β @mshahid538 π₯οΈ tasked with config restore |
| Priority |
π΄ P0 β Blocking ALL MetaCouncil agents on INT-P08 |
β What Happened
INT-P08 experienced an unexpected restart during the W27 D1βD2 transition period. Upon restart, the instance loaded default WeOwnLLM templates instead of the custom configuration, causing three critical configuration drifts:
| Setting |
β DEFAULT (Loaded After Restart) |
β
CORRECT (Must Restore) |
| #LLMmodel |
Anthropic: Claude Opus 4.5 |
DeepSeek V4 Flash |
| Stream Timeout |
3000ms (AnythingLLM default) |
10000ms |
| Embedding Provider |
AnythingLLM Embedder β all-MiniLM-L6-v2 |
OpenRouter.ai β Perplexity 1V 4B |
π Root Cause Analysis
| Factor |
Detail |
| Trigger Event |
INT-P08 WeOwnLLM v1.14.1 instance restarted unexpectedly β exact trigger under investigation |
| Root Cause |
Instance restart caused loss of custom configuration β WeOwnLLM loaded factory default templates instead of saved custom config. Config persistence after restart appears unreliable in v1.14.1 |
| Contributing Factor #1 |
No automated health check/alerting β restart was only detected when @YonksTEAM:ADMIN noticed MetaCouncil agents behaving incorrectly |
| Contributing Factor #2 |
No config backup or startup script β nothing re-applies custom settings after an unexpected restart |
| Detection Gap |
~1+ hour gap between restart (late W27 D1) and detection (00:52 MDT W27 D2) |
π Impact Assessment β Chain Reaction
INT-P08 RESTARTED
β
Loaded DEFAULT template (not custom config)
β
All agents switched from DeepSeek V4 Flash β Claude Opus 4.5
β
Stream timeout cut from 10000ms β 3000ms
β
Embedder changed from Perplexity 1V 4B β all-MiniLM-L6-v2
β
RAG retrieval degraded (wrong embedder β wrong vector similarity)
β
Agent responses inconsistent/failing
β
MetaCouncil VSA attempts = ZERO SUCCESS across ALL agents
| Component |
Impact |
Severity |
| π¬ο½DRPο½Research |
DRP.bot π‘οΈ |
π΄ HIGH |
| πο½MAIT-Postiz |
Newly initiated MAIT agent |
π‘ MEDIUM |
| ALL AGENTS |
Stream timeout too low β timeouts on long tool calls |
π΄ HIGH |
| RAG Vector Store |
Wrong embedder β retrieval failure |
π΄ HIGH |
| π΄ MetaCouncil VSA |
Failed β agents couldn't execute properly |
π΄ HIGH |
π οΈ Resolution Steps β Tasked to @mshahid538 π₯οΈ
| # |
Action |
Detail |
Priority |
Status |
| 1 |
Diagnose restart cause |
Check WeOwnLLM v1.14.1 logs on INT-P08 β why did it restart? |
π΄ P0 |
β¬ PENDING |
| 2 |
Restore #LLMmodel |
Set back to DeepSeek V4 Flash for ALL workspaces |
π΄ P0 |
β¬ PENDING |
| 3 |
Restore Stream Timeout |
Set to 10000ms |
π΄ P0 |
β¬ PENDING |
| 4 |
Restore Embedder |
Set to OpenRouter.ai β Perplexity 1V 4B |
π΄ P0 |
β¬ PENDING |
| 5 |
Verify persistence |
Ensure config survives next restart |
π P1 |
β¬ PENDING |
| 6 |
RAG Re-sync |
Re-sync MetaCouncil.md + recent docs to vector store |
π P1 |
β¬ PENDING |
| 7 |
Smoke test |
Verify agent responsiveness post-restore |
π΄ P0 |
β¬ PENDING |
| 8 |
Document root cause |
Log findings in repo |
π‘ P2 |
β¬ PENDING |
Reference Configuration (Known Correct)
| Setting |
Value |
Source |
| #LLMmodel |
DeepSeek V4 Flash β 1M context |
INT-P08 workspace prompt (v4.1.5.1-r1) |
| Stream Timeout |
10000ms |
INT-B001 proven stable across W26+W27 |
| Embedder |
OpenRouter.ai β Perplexity 1V 4B |
Prior INT-P08 known-good config |
π‘οΈ #BestPractices β Lessons for Prevention
| Lesson |
Detail |
Status |
| Config Persistence |
WeOwnLLM v1.14.1 lost custom config on restart β investigate if this is a bug or expected behavior |
π IMMUTABLE TRACKING |
| Health Check Monitoring |
No automated alerting exists for INT-P08 restarts. Need heartbeat or uptime monitor. |
π‘ PROPOSED |
| Startup Script |
Consider a startup script that re-applies known-good config after any restart |
π‘ PROPOSED |
| Backup Config |
Export known-good config as JSON/YAML β store in this repo for rapid restore |
π‘ PROPOSED |
| Detection Timeline |
~1hr gap between restart and detection. Auto-notification on instance restart would close this to <1min. |
π‘ PROPOSED |
π Related References
| Reference |
Description |
| [REF: GTM_2026-W27_1024] |
Infrastructure issue log β INT-P08 template drift |
| [REF: GTM_2026-W27_1025] |
ContextVolley β @mshahid538 (CC: @ncimino) β Resolution tasking |
| ContextVolley β @mshahid538 (01:13 MDT) |
Full mission brief with 8-step resolution checklist |
| WeOwnLLM Repo β Issue #1 |
API key lifecycle management (parallel infra concern) |
π·οΈ Labels
bug instance-config incident int-p08 infra p0 template-drift config-restore
π Status Updates
Leave updates as comments below. @mshahid538 π₯οΈ please comment when config restore is complete.
- Initial Report: 30 Jun 2026 β 11:37 MDT β @YonksTEAM π―
title: "π΄ INT-P08 (Dev.WeOwn.Tools) β Unexpected Instance Restart + Template Drift [REF: GTM_2026-W27_1024 + 1025]"
labels: bug, instance-config, incident, int-p08, infra, p0
assignees: SHD, CTO
π΄ INCIDENT REPORT: INT-P08 UNEXPECTED RESTART + TEMPLATE DRIFT
β What Happened
INT-P08 experienced an unexpected restart during the W27 D1βD2 transition period. Upon restart, the instance loaded default WeOwnLLM templates instead of the custom configuration, causing three critical configuration drifts:
Anthropic: Claude Opus 4.53000ms(AnythingLLM default)10000msAnythingLLM Embedder β all-MiniLM-L6-v2π Root Cause Analysis
π Impact Assessment β Chain Reaction
π οΈ Resolution Steps β Tasked to @mshahid538 π₯οΈ
DeepSeek V4 Flashfor ALL workspaces10000msOpenRouter.ai β Perplexity 1V 4BReference Configuration (Known Correct)
DeepSeek V4 Flashβ 1M context10000msOpenRouter.ai β Perplexity 1V 4Bπ‘οΈ #BestPractices β Lessons for Prevention
π Related References
π·οΈ Labels
buginstance-configincidentint-p08infrap0template-driftconfig-restoreπ Status Updates
Leave updates as comments below. @mshahid538 π₯οΈ please comment when config restore is complete.