Loading src/analytics/backend/service/AnalyticsBackendService.py +2 −2 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ from confluent_kafka import KafkaError from common.Constants import ServiceNameEnum from common.Settings import get_service_port_grpc from threading import Thread, Event from .DaskStreaming import DaskStreamer # from .DaskStreaming import DaskStreamer LOGGER = logging.getLogger(__name__) Loading Loading @@ -89,7 +89,7 @@ class AnalyticsBackendService(GenericGrpcService): try: stop_event = Event() thread = Thread( target=DaskStreamer, target=None, # DaskStreamer, # args=(analyzer_uuid, kpi_list, oper_list, thresholds, stop_event), args=(analyzer['output_kpis'][0] , kpi_list, thresholds, stop_event), kwargs={ Loading Loading
src/analytics/backend/service/AnalyticsBackendService.py +2 −2 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ from confluent_kafka import KafkaError from common.Constants import ServiceNameEnum from common.Settings import get_service_port_grpc from threading import Thread, Event from .DaskStreaming import DaskStreamer # from .DaskStreaming import DaskStreamer LOGGER = logging.getLogger(__name__) Loading Loading @@ -89,7 +89,7 @@ class AnalyticsBackendService(GenericGrpcService): try: stop_event = Event() thread = Thread( target=DaskStreamer, target=None, # DaskStreamer, # args=(analyzer_uuid, kpi_list, oper_list, thresholds, stop_event), args=(analyzer['output_kpis'][0] , kpi_list, thresholds, stop_event), kwargs={ Loading