- 
                Notifications
    
You must be signed in to change notification settings  - Fork 32
 
          ✨ [Frontend] Listen to the serviceStatus websocket event
          #6487
        
          New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
  
    ✨ [Frontend] Listen to the serviceStatus websocket event
  
  #6487
              Conversation
          Codecov ReportAll modified and coverable lines are covered by tests ✅ 
 Additional details and impacted files@@            Coverage Diff            @@
##           master   #6487      +/-   ##
=========================================
+ Coverage    84.5%   86.6%    +2.0%     
=========================================
  Files          10    1261    +1251     
  Lines         214   54996   +54782     
  Branches       25     872     +847     
=========================================
+ Hits          181   47642   +47461     
- Misses         23    7235    +7212     
- Partials       10     119     +109     
 Flags with carried forward coverage won't be shown. Click here to find out more. 
  | 
    
serviceStatus,  stateInputPorts and stateOutputPortsserviceStatus,  stateInputPorts and stateOutputPorts
      serviceStatus,  stateInputPorts and stateOutputPortsserviceStatus event
      serviceStatus eventserviceStatus websocket event
              
          
                packages/models-library/src/models_library/api_schemas_dynamic_sidecar/ports.py
          
            Show resolved
            Hide resolved
        
      There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this. Let's see how it behaves.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice one!
          
 | 
    



What do these changes do?
Stop polling service's state, check once at start up and then listen to
serviceStatuswebsocket event.Related issue/s
How to test
Dev-ops checklist