Skip to content

DurableEmitter: Drop non retryable events#2161

Open
DylanTinianov wants to merge 1 commit into
mainfrom
CRE-4930-schema-error-handling
Open

DurableEmitter: Drop non retryable events#2161
DylanTinianov wants to merge 1 commit into
mainfrom
CRE-4930-schema-error-handling

Conversation

@DylanTinianov

Copy link
Copy Markdown
Contributor

Requires

Supports

@DylanTinianov DylanTinianov self-assigned this Jun 16, 2026
@DylanTinianov DylanTinianov requested a review from a team as a code owner June 16, 2026 15:33
@github-actions

Copy link
Copy Markdown

👋 DylanTinianov, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

@github-actions

Copy link
Copy Markdown

📊 API Diff Results

No changes detected for module github.com/smartcontractkit/chainlink-common

View full report

@DylanTinianov DylanTinianov changed the title DurableEmitteR: Drop non retryable events DurableEmitter: Drop non retryable events Jun 16, 2026
ctx, cancel := d.stopCh.CtxWithTimeout(d.cfg.PublishTimeout)
defer cancel()

if err := d.store.Delete(ctx, id); err != nil {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

can do in a followup, but I think as is, this will be inefficient as we are going to collect many many non retryable events at a time

@DylanTinianov DylanTinianov enabled auto-merge June 16, 2026 15:50
@DylanTinianov DylanTinianov disabled auto-merge June 16, 2026 16:13
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