mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
refactor: expand async and type safety gates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user