Skip to content

Commit 901355f

Browse files
committed
docs(db): record async rollout status
1 parent eafd909 commit 901355f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/exec-plans/active/2026-05-22-async-sqlalchemy-migration.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,14 @@
219219
- Проверить logs на отсутствие `greenlet_spawn has not been called`, `MissingGreenlet`, `coroutine was never awaited`.
220220
- Проверить `docker inspect <container> --format '{{range .State.Health.Log}}{{println .Start .ExitCode .Output}}{{end}}'`.
221221
- После merge/push to main выполнить обязательный `just push-gitdocker latest`.
222+
- Сделано:
223+
- `git push origin main` pushed `main` to `eafd909`.
224+
- `just push-gitdocker latest` built and pushed `ghcr.io/montelibero/skynet:latest`.
225+
- Published image digest: `sha256:3d9d00bd0965e6e559e9b3680ca70a04e1534a41b1beb02429695b2830959465`.
226+
- Не проверено из текущей среды:
227+
- `docker service ps skynet_bot --no-trunc`: local Docker daemon is not a swarm manager.
228+
- `ssh docker3 ...`: SSH denied (`Permission denied (publickey,password)`).
229+
- Production `/health` and container health logs require access to the swarm manager/host.
222230

223231
19. [x] Обновить docs/.
224232
- Добавить короткую заметку в `docs/` или существующий conventions doc: runtime DB access is async SQLAlchemy, repositories are async, middleware owns transaction.

0 commit comments

Comments
 (0)