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
When OpenCTI is in bad shape and connectors or worker retry API call there is no sleep time between calls and this can lead to many /graphql calls and ends with:
Max retries exceeded with url: /graphql (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f811e756cf0>: Failed to establish a new connection: [Errno 111] Connection refused'))
Some delay should be add after a failing call to /graphql.
Environment
OS (where OpenCTI server runs): { e.g. Mac OS 10, Windows 10, Ubuntu 16.4, etc. }
OpenCTI version: { e.g. OpenCTI 1.0.2 }
Other environment details:
Reproducible Steps
Steps to create the smallest reproducible scenario:
{ e.g. Run ... }
{ e.g. Click ... }
{ e.g. Error ... }
Expected Output
{ Please describe what you expected to happen. }
Actual Output
{ Please describe what actually happened. }
Additional information
{ Any additional information, including logs or screenshots if you have any. }
The text was updated successfully, but these errors were encountered:
Description
When OpenCTI is in bad shape and connectors or worker retry API call there is no sleep time between calls and this can lead to many /graphql calls and ends with:
Some delay should be add after a failing call to /graphql.
Environment
Reproducible Steps
Steps to create the smallest reproducible scenario:
Expected Output
{ Please describe what you expected to happen. }
Actual Output
{ Please describe what actually happened. }
Additional information
{ Any additional information, including logs or screenshots if you have any. }
The text was updated successfully, but these errors were encountered: