52: Run black for format fixes on timeout_job_manager.py #131
Annotations
10 errors and 1 warning
src/omotes_orchestrator/worker_interface.py#L6
error: Module "omotes_sdk.internal.common.broker_interface" has no attribute "AMQPQueueType" [attr-defined]
|
src/omotes_orchestrator/worker_interface.py#L99
error: Unexpected keyword argument "queue_type" for "add_queue_subscription" of "BrokerInterface" [call-arg]
|
src/omotes_orchestrator/worker_interface.py#L114
error: Unexpected keyword argument "queue_type" for "add_queue_subscription" of "BrokerInterface" [call-arg]
|
src/omotes_orchestrator/sdk_interface.py#L14
error: Module "omotes_sdk.internal.common.broker_interface" has no attribute "AMQPQueueType" [attr-defined]
|
src/omotes_orchestrator/sdk_interface.py#L116
error: "BrokerInterface" has no attribute "declare_exchange" [attr-defined]
|
src/omotes_orchestrator/sdk_interface.py#L116
error: "type[OmotesQueueNames]" has no attribute "omotes_exchange_name" [attr-defined]
|
src/omotes_orchestrator/sdk_interface.py#L131
error: Unexpected keyword argument "queue_type" for "add_queue_subscription" of "BrokerInterface" [call-arg]
|
src/omotes_orchestrator/sdk_interface.py#L135
error: "type[OmotesQueueNames]" has no attribute "omotes_exchange_name" [attr-defined]
|
src/omotes_orchestrator/sdk_interface.py#L131
error: Unexpected keyword argument "exchange_name" for "add_queue_subscription" of "BrokerInterface" [call-arg]
|
src/omotes_orchestrator/sdk_interface.py#L146
error: Unexpected keyword argument "queue_type" for "add_queue_subscription" of "BrokerInterface" [call-arg]
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading