Skip to content
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

fix: PROJECT_VIEWED & DATASET_VIEWED events to get max retries #1650

Merged
merged 1 commit into from Aug 8, 2023

Conversation

jachro
Copy link
Contributor

@jachro jachro commented Aug 8, 2023

It turned out that TG, Jena specifically, can get flooded with PROJECT_VIEWED events. This causes webhook-service to run out of memory as currently, it retries to deliver the event indefinitely.

This PR introduces the max number of retries for the PROJECT_VIEWED and DATASET_VIEWED events as a hotfix before the #1649 is done.

@jachro jachro requested a review from a team as a code owner August 8, 2023 15:26
@jachro jachro merged commit 17b9f64 into development Aug 8, 2023
13 checks passed
@jachro jachro deleted the max-attempts-on-events-sender branch August 8, 2023 15:51
@jachro jachro mentioned this pull request Aug 8, 2023
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.

None yet

2 participants