feat: Add Redis-backed QueueManager for production deployments
#1723
Annotations
6 errors and 1 notice
|
Lint Code Base
Process completed with exit code 1.
|
|
Lint Code Base
1 error
|
|
Lint Code Base:
src/a2a/server/events/redis_event_queue.py#L186
Argument of type "object | None" cannot be assigned to parameter "key" of type "str" in function "get"
Type "object | None" is not assignable to type "str"
"object" is not assignable to "str" (reportArgumentType)
|
|
Lint Code Base
Process completed with exit code 1.
|
|
Lint Code Base
The process '/opt/hostedtoolcache/ruff/0.12.12/x86_64/ruff' failed with exit code 1
|
|
Ruff (TRY301):
src/a2a/utils/stream_write/redis_stream_writer.py#L53
src/a2a/utils/stream_write/redis_stream_writer.py:53:21: TRY301 Abstract `raise` to an inner function
|
|
Lint Code Base
repository contains 21 duplications.
0 duplications were part of this PR and were annotated
|