Skip to content

AGTMETRICS-489 Harden forwarder implementation#314

Merged
vickenty merged 3 commits into
masterfrom
vickenty/dhh
Jun 4, 2026
Merged

AGTMETRICS-489 Harden forwarder implementation#314
vickenty merged 3 commits into
masterfrom
vickenty/dhh

Conversation

@vickenty

Copy link
Copy Markdown
Contributor
  • Add early checks to verify parameters are not likely to cause issues later.
  • Keep forwarder thread running even if processing payload throws an exception.

@vickenty vickenty changed the title Harden forwarder implementation AGTMETRICS-489 Harden forwarder implementation May 13, 2026
Base automatically changed from vickenty/fup to master June 2, 2026 09:46
vickenty added 2 commits June 2, 2026 13:51
Exceptions can arise due to bugs, such as invalid url or timeout value.
@vickenty vickenty marked this pull request as ready for review June 3, 2026 11:16
@vickenty vickenty requested a review from a team as a code owner June 3, 2026 11:16

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f98c8ebb22

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Throwable includes Error subtypes, which are not expected to be caught: out of memory errors or thread stop.

We don't have a reason to catch them, so don't.
@vickenty vickenty merged commit e621975 into master Jun 4, 2026
19 checks passed
@vickenty vickenty deleted the vickenty/dhh branch June 4, 2026 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants