Skip to content

Trim event title to a maximum length in grouper#574

Open
Kuchizu wants to merge 2 commits into
masterfrom
feat/grouper-limit-event-title
Open

Trim event title to a maximum length in grouper#574
Kuchizu wants to merge 2 commits into
masterfrom
feat/grouper-limit-event-title

Conversation

@Kuchizu

@Kuchizu Kuchizu commented Jul 1, 2026

Copy link
Copy Markdown
Member

Trims event title to 1000 chars

Comment thread workers/grouper/src/index.ts Outdated
Comment on lines +220 to +222
if (typeof task.payload.title === 'string') {
task.payload.title = rightTrim(task.payload.title, MAX_TITLE_LENGTH);
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think it is good to put this logic to the DataFilter utility .

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Done

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