-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Enhance the check_execution_status method by adding validation for responses before attempting to parse them with response.json. This will ensure more robust error handling and prevent issues with invalid or null responses.
Requirements
- Verify the response status code after
requests.get. - Check for
Noneoremptyresponse content before callingresponse.json. - Would be better a status code check here.
- Implement appropriate logging or error handling if the
responseis invalid.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request