2026-05-14 planning session: 7 work plans added (no-topic-routing, executor-orchestrator, executor-spawning, gha-ci-executor, tm-backup, asana-dns, kraken-obsidian-bug)

This commit is contained in:
Alexey Martemyanov
2026-05-14 12:11:21 +06:00
parent 091045f946
commit 9739632fe4
4 changed files with 233 additions and 18 deletions
+30
View File
@@ -0,0 +1,30 @@
# Investigation: Asana Sync DNS Failure
**Date**: 2026-05-14
**Status**: Identified, not fixed
## Symptom
`status.md` датирован Apr 30 — данные устарели на ~2 недели.
## Root Cause
`sync.js` (heartbeat pipeline) получает `ENOTFOUND app.asana.com` при каждом запросе к Asana API начиная с утра 2026-05-14 05:19.
Из `~/Developer/personal-os/logs/heartbeat.log`:
```
[asana] fetchMyTasks: error in section active: getaddrinfo ENOTFOUND app.asana.com
[sync] Fatal error: getaddrinfo ENOTFOUND app.asana.com
```
**Это не проблема токена** — это DNS не резолвит `app.asana.com`.
## What Needs Investigation
- Почему DNS не резолвит `app.asana.com` с Eagle? (другие хосты работают?)
- Это временная проблема сети или системный DNS сбой?
- Когда последний успешный sync?
## Next Step
Проверить DNS вручную: `nslookup app.asana.com`, `curl -v https://app.asana.com` — и понять масштаб проблемы перед любыми правками.