refactor: remove hardcoded modelid
All checks were successful
Build Worker Base and Application Images / check-base-changes (push) Successful in 7s
Build Worker Base and Application Images / build-base (push) Has been skipped
Build Worker Base and Application Images / build-docker (push) Successful in 2m46s
Build Worker Base and Application Images / deploy-stack (push) Successful in 12s
All checks were successful
Build Worker Base and Application Images / check-base-changes (push) Successful in 7s
Build Worker Base and Application Images / build-base (push) Has been skipped
Build Worker Base and Application Images / build-docker (push) Successful in 2m46s
Build Worker Base and Application Images / deploy-stack (push) Successful in 12s
This commit is contained in:
parent
c94dfa10e7
commit
dc47eb8580
4 changed files with 34 additions and 49 deletions
|
@ -306,7 +306,7 @@ class WebSocketHandler:
|
|||
if pipeline_parser:
|
||||
# Create tracking integration with message sender
|
||||
tracking_integration = TrackingPipelineIntegration(
|
||||
pipeline_parser, model_manager, self._send_message
|
||||
pipeline_parser, model_manager, model_id, self._send_message
|
||||
)
|
||||
|
||||
# Initialize tracking model
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue