busya
496584e0da
032: Phase 1-2 — setup deps + AsyncAPIClient extend + client_registry + executors
Phase 1 (Setup):
- T001: requirements-dev.txt with pytest-httpx
- T002: aiofiles added to requirements.txt
- T003: aiosmtplib added to requirements.txt
- T004: EnvironmentConfig extended (connection_pool_size, etc.)
+ AppAsyncRuntimeConfig created (executor workers, shutdown)
Phase 2 (Foundational):
- T007: AsyncAPIClient extended — semaphore parameter, request() method
- T008a: SupersetClientRegistry — singleton per-env client/semaphore/lock
- T008b: run_blocking helper + bounded executors (db/file/git)
RATIONALE: httpx.AsyncClient replaces requests.Session; singleton
registry ensures global per-env semaphore; named executors prevent
thread pool exhaustion.
REJECTED: asyncio.to_thread (default executor, no backpressure);
per-request clients (lose pooling); dual-stack (rejected at clarify).
2026-06-04 19:45:57 +03:00
..
2026-05-26 11:14:25 +03:00
2026-05-26 19:18:28 +03:00
2026-05-31 22:32:20 +03:00
2026-06-04 16:15:40 +03:00
2026-05-26 09:30:41 +03:00
2026-05-26 19:18:28 +03:00
2026-05-31 17:17:30 +03:00
2026-06-04 19:45:57 +03:00
2026-05-13 14:15:33 +03:00
2026-05-26 11:14:25 +03:00
2026-05-27 11:26:14 +03:00
2026-06-04 19:45:57 +03:00
2026-05-31 22:32:20 +03:00
2026-06-01 16:34:07 +03:00
2026-05-26 15:08:55 +03:00
2026-05-26 14:58:49 +03:00
2026-05-31 22:32:20 +03:00
2026-05-26 09:30:41 +03:00
2026-05-26 11:14:25 +03:00
2026-05-26 09:30:41 +03:00
2026-05-26 09:30:41 +03:00
2026-05-26 19:18:28 +03:00
2026-05-26 09:30:41 +03:00
2026-05-26 09:30:41 +03:00
2026-05-26 09:30:41 +03:00
2026-05-26 19:18:28 +03:00