tc_messageBroker/rabbit_mq/saga/saga_base.py
Showing 2 of 3 total issues
File saga_base.py
has 264 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
import loggingimport uuidfrom datetime import datetimefrom typing import Any, Callable, Optional
Function __init__
has 5 arguments (exceeds 4 allowed). Consider refactoring. Wontfix
Wontfix
def __init__(
Function next
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
Open
def next( self, publish_method: Callable, call_function: Callable, mongo_creds: dict[str, Any] | None = None,
- Read upRead up