Conversation
Contributor License Agreement✅ CLA signed 💚 Thank you @claude for signing the Contributor License Agreement! Your pull request can now be reviewed and merged. We appreciate your contribution to Filigran's open source projects! ❤️ This is an automated message from the Filigran CLA Bot. |
|
/cla recheck |
|
✅ CLA recheck passed — @claude is exempted from the CLA (exemption list). |
|
Thank you for your contribution, but we need you to sign your commits. Please see https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits |
1 similar comment
|
Thank you for your contribution, but we need you to sign your commits. Please see https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #14687 +/- ##
=======================================
Coverage 32.37% 32.37%
=======================================
Files 3098 3098
Lines 211019 211019
Branches 38241 38241
=======================================
Hits 68310 68310
Misses 142709 142709
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f1baae4 to
0f67105
Compare
|
Please attach at least one issue to your Pull Request |
1 similar comment
|
Please attach at least one issue to your Pull Request |
Co-authored-by: SamuelHassine <1334279+SamuelHassine@users.noreply.github.com>
0f67105 to
93dcc9a
Compare
The worker indefinitely requeued messages rejected by remote servers with HTTP 400 errors (e.g., duplicate/obsolete STIX bundles), clogging the queue and causing repeated rejected API calls.
Changes
nack(permanent rejection without requeue), while 5xx server errors continue torequeueraise RequestExceptionfor all non-200/202 responses with status code range checkingImplementation
Network errors and timeouts continue to requeue as expected for transient infrastructure issues.
Original prompt