Retry Behaviour
For each event whose TAXII call fails, the system retries the call up to 4 times. If all retry attempts are exhausted without success, the TAXII push is considered failed.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
TAXII push execution can fail due to timeouts or other errors. FalconFeeds automatically retries failed pushes using exponential backoff.
| Property | Detail |
|---|---|
| Maximum retry attempts | 4 |
| Retry strategy | Exponential backoff |