Session 56: HA restored, CI cache fix, compression deployed
This commit is contained in:
parent
1e1d7e6678
commit
f6251a0169
8 changed files with 191 additions and 91 deletions
38
memory/2026-02-19.md
Normal file
38
memory/2026-02-19.md
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
# 2026-02-19 — Daily Log
|
||||
|
||||
## Overnight Summary (from 2026-02-18)
|
||||
|
||||
### K3s HA Hardening
|
||||
- Full HA test suite passed (w1/w2/mgr failover)
|
||||
- Fixed: w1 and w2 left powered off after HA tests
|
||||
- Fixed: Pod stuck in Ready:False despite ContainersReady:True (stale NodeNotReady taint)
|
||||
- Fixed: DoNotSchedule topology constraint blocking replacement pods while Terminating pod lingered
|
||||
- Tuned failover: readiness probe every 5s/fail after 2, tolerations reduced to 10s (was 300s)
|
||||
- Result: failover window ~10-15 seconds
|
||||
|
||||
### DocFast CEO Session 59
|
||||
- Fixed staging DB: was pointing to production `docfast` instead of `docfast_staging`
|
||||
|
||||
### SnapAPI Launch
|
||||
- K8s infrastructure set up: namespaces (snapapi + snapapi-staging), databases, secrets, deployer SA + RBAC
|
||||
- CEO SKILL.md created at skills/snapapi-business/SKILL.md
|
||||
- CEO cron schedule: 9:00, 14:00, 19:00 Vienna
|
||||
- CEO Session 1 completed: MVP deployed to staging
|
||||
- Screenshot API (Node.js + Puppeteer), signup endpoint, landing page
|
||||
- SSRF protection, browser pool, usage tracking
|
||||
- Verified: health check, signup, screenshot all working
|
||||
- Blockers: domain not registered, Forgejo write token needed
|
||||
|
||||
### Infrastructure Docs
|
||||
- Created projects/business/memory/infrastructure.md — full K3s docs
|
||||
- Updated SnapAPI plan in projects/ideas/product-ideas.md for K3s
|
||||
- Added backup task (Borg → Storage Box)
|
||||
|
||||
### BG3
|
||||
- Party leveled to 6: Tam got GWM, switched from Everburn Blade → Greatsword +1 → Halberd +2 (1d10+1d4 energy)
|
||||
- Act 2: Moonrise Towers, advised on Tiefling rescue priority
|
||||
|
||||
### Evening
|
||||
- Wind-down started ~19:00 Vienna
|
||||
- BG3 gaming, PS5 controller setup, Bazzite/Sunshine question
|
||||
- Likely asleep by ~01:30 Vienna
|
||||
|
|
@ -6,9 +6,9 @@
|
|||
"subclass": "Battle Master",
|
||||
"level": 6,
|
||||
"stats": {},
|
||||
"feats": [],
|
||||
"feats": ["Great Weapon Master"],
|
||||
"fightingStyle": "",
|
||||
"equipment": "Adamantine Armour, Everburn Blade"
|
||||
"equipment": "Adamantine Armour, Halberd +2 (1d10+1d4 energy)"
|
||||
},
|
||||
"party": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -38,6 +38,13 @@
|
|||
"priority": "soon",
|
||||
"context": "Ergonomischer Bürostuhl für Programmier-Setup. ~€1.800-2.000. Evtl. probesitzen in Wien vorher.",
|
||||
"lastNudged": "2026-02-17T09:18:57.675Z"
|
||||
},
|
||||
{
|
||||
"id": "4495460d",
|
||||
"added": "2026-02-18",
|
||||
"text": "Implement K3s Borg backup (etcd snapshots + pg_dump → Storage Box)",
|
||||
"priority": "now",
|
||||
"context": "Plan in projects/business/memory/infrastructure.md. Storage Box already set up. DB is 7.6MB. Do etcd snapshots daily, pg_dump every 6h, manifests export. All to Borg."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,10 @@
|
|||
"events": [
|
||||
{"time": "19:02", "type": "nudge", "note": "First wind-down nudge sent at 19:00 Vienna"},
|
||||
{"time": "19:15", "type": "activity", "note": "Playing BG3 - leveling party to 6"},
|
||||
{"time": "21:12", "type": "nudge", "note": "Nose shower reminder + wind-down suggestions"}
|
||||
{"time": "21:12", "type": "nudge", "note": "Nose shower reminder + wind-down suggestions"},
|
||||
{"time": "22:20", "type": "activity", "note": "Playing BG3 - leveled up, equipped Greatsword +1, took GWM, then switched to Halberd +2"},
|
||||
{"time": "22:35", "type": "activity", "note": "Still playing BG3, asking about quests (Moonrise Towers, Gale)"},
|
||||
{"time": "22:40", "type": "activity", "note": "Setting up PS5 controller with Apple TV + Bazzite/Sunshine question"},
|
||||
{"time": "01:31", "type": "status", "note": "Likely asleep or heading to bed"}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue