refactor: expand async and type safety gates

This commit is contained in:
jxxghp
2026-08-22 13:21:52 +08:00
parent 677f6a66c2
commit 7bc5e01afd
12 changed files with 103 additions and 33 deletions
+5 -1
View File
@@ -14,9 +14,12 @@ files =
app/runtime/correlation.py,
app/runtime/observability/__init__.py,
app/runtime/event/contracts.py,
app/runtime/event/errors.py,
app/runtime/extensions/module/contracts.py,
app/runtime/extensions/module/dispatcher.py,
app/application/outbox.py,
app/application/configuration.py,
app/application/scheduling.py,
app/application/workflow.py,
app/application/chain/context.py,
app/application/chain/durable_events.py,
@@ -28,4 +31,5 @@ files =
app/startup/download_failure.py,
app/startup/workflow.py,
app/api/context.py,
app/api/dependencies/subscription.py
app/api/dependencies/subscription.py,
scripts/architecture/async_blocking.py