Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Commits
26865f93
Commit
26865f93
authored
3 months ago
by
Waleed Akbar
Browse files
Options
Downloads
Patches
Plain Diff
Commented previous DaskStreamer import.
- To be updated later.
parent
8c1d7155
No related branches found
No related tags found
1 merge request
!317
Resolve "(CTTC) Analytics Module Enhancements"
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/analytics/backend/service/AnalyticsBackendService.py
+2
-2
2 additions, 2 deletions
src/analytics/backend/service/AnalyticsBackendService.py
with
2 additions
and
2 deletions
src/analytics/backend/service/AnalyticsBackendService.py
+
2
−
2
View file @
26865f93
...
@@ -23,7 +23,7 @@ from confluent_kafka import KafkaError
...
@@ -23,7 +23,7 @@ from confluent_kafka import KafkaError
from
common.Constants
import
ServiceNameEnum
from
common.Constants
import
ServiceNameEnum
from
common.Settings
import
get_service_port_grpc
from
common.Settings
import
get_service_port_grpc
from
threading
import
Thread
,
Event
from
threading
import
Thread
,
Event
from
.DaskStreaming
import
DaskStreamer
#
from .DaskStreaming import DaskStreamer
LOGGER
=
logging
.
getLogger
(
__name__
)
LOGGER
=
logging
.
getLogger
(
__name__
)
...
@@ -89,7 +89,7 @@ class AnalyticsBackendService(GenericGrpcService):
...
@@ -89,7 +89,7 @@ class AnalyticsBackendService(GenericGrpcService):
try
:
try
:
stop_event
=
Event
()
stop_event
=
Event
()
thread
=
Thread
(
thread
=
Thread
(
target
=
DaskStreamer
,
target
=
None
,
#
DaskStreamer,
# args=(analyzer_uuid, kpi_list, oper_list, thresholds, stop_event),
# args=(analyzer_uuid, kpi_list, oper_list, thresholds, stop_event),
args
=
(
analyzer
[
'
output_kpis
'
][
0
]
,
kpi_list
,
thresholds
,
stop_event
),
args
=
(
analyzer
[
'
output_kpis
'
][
0
]
,
kpi_list
,
thresholds
,
stop_event
),
kwargs
=
{
kwargs
=
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment