-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Catch errors from event driver publish retries #1264
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
CHANGELOG.md
Outdated
@@ -43,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
|
|||
- Structures not flushing events when not listening for `FinishStructureRunEvent`. | |||
- `EventListener.event_types` and the argument to `BaseEventListenerDriver.handler` being out of sync. | |||
- Methods `_safe_publish_event_payload` and `_safe_publish_event_payload_batch` on `BaseEventListenerDriver` not catching exceptions after failed retries. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is unreleased, don't need to mention this fix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved once changelog is updated
Describe your changes
The error statement was always getting logged, regardless of success or failure
Issue ticket number and link
📚 Documentation preview 📚: https://griptape--1264.org.readthedocs.build//1264/