You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a python integration for Cortex XSOAR that performs research requests to augment Security Operation Center automated incident response processes. The initial request succeeds then all subsequent attempts fail for the exact same request for a period time (generally an hour more). The python integration executes within a docker container and the HTTP request never fails, but a system docker container timeout aborts the request. The request succeeds in 1 - 2 minutes and setting the docker timeout to 5, 10, 15, 20 minutes has no impact other than how long the integration request is allowed to executed before it times out.
✅ Expected Behavior
For the same request, expect it to succeed in approximately the same time frame.
❌ Actual Behavior
The same request fails until a significant amount of time has passed > 1 hour.
{'model': 'sonar-deep-research', 'web_search_options': {'search_context_size': 'low'}, 'search_recency_filter': 'month', 'messages': [{'role': 'system', 'content': 'Be precise and concise.'}, {'role': 'user', 'content': 'Provide an overview of the malware campaigns in April 2025. Include information on threat actors, their targets, and the methods they used to attack.'}]}
Observe the unexpected behavior.
📌 API Request & Response (if applicable)
There is no response since the docker container timeout.
🌍 Environment
**API Version: Current
**SDK (if applicable): Python 3.12
**Operating System: Ubuntu 20.04
**Authentication Type: API Key
📎 Logs or Screenshots (if applicable)
Add any logs or screenshots that can help debug the issue.
📝 Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
🐛 Describe the Bug
I have created a python integration for Cortex XSOAR that performs research requests to augment Security Operation Center automated incident response processes. The initial request succeeds then all subsequent attempts fail for the exact same request for a period time (generally an hour more). The python integration executes within a docker container and the HTTP request never fails, but a system docker container timeout aborts the request. The request succeeds in 1 - 2 minutes and setting the docker timeout to 5, 10, 15, 20 minutes has no impact other than how long the integration request is allowed to executed before it times out.
✅ Expected Behavior
For the same request, expect it to succeed in approximately the same time frame.
❌ Actual Behavior
The same request fails until a significant amount of time has passed > 1 hour.
🔄 Steps to Reproduce
From the integration code:
Args:
{'model': 'sonar-deep-research', 'web_search_options': {'search_context_size': 'low'}, 'search_recency_filter': 'month', 'messages': [{'role': 'system', 'content': 'Be precise and concise.'}, {'role': 'user', 'content': 'Provide an overview of the malware campaigns in April 2025. Include information on threat actors, their targets, and the methods they used to attack.'}]}
📌 API Request & Response (if applicable)
There is no response since the docker container timeout.
🌍 Environment
📎 Logs or Screenshots (if applicable)
Add any logs or screenshots that can help debug the issue.
📝 Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: