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

Add background job to clear unreferenced state groups #18154

Merged
merged 46 commits into from
Feb 25, 2025

Conversation

devonh
Copy link
Member

@devonh devonh commented Feb 12, 2025

Fixes #18150

Pull Request Checklist

  • Pull request is based on the develop branch
  • Pull request includes a changelog file. The entry should:
    • Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from EventStore to EventWorkerStore.".
    • Use markdown where necessary, mostly for code blocks.
    • End with either a period (.) or an exclamation mark (!).
    • Start with a capital letter.
    • Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry.
  • Code style is correct
    (run the linters)

@devonh
Copy link
Member Author

devonh commented Feb 12, 2025

I still need to add tests, but otherwise this is currently working.

@devonh devonh marked this pull request as ready for review February 12, 2025 23:31
@devonh devonh requested a review from a team as a code owner February 12, 2025 23:31
@github-actions github-actions bot deployed to PR Documentation Preview February 13, 2025 22:06 Active
@devonh devonh requested a review from erikjohnston February 13, 2025 22:10
@github-actions github-actions bot deployed to PR Documentation Preview February 13, 2025 22:10 Active
@github-actions github-actions bot deployed to PR Documentation Preview February 13, 2025 23:38 Active
@github-actions github-actions bot deployed to PR Documentation Preview February 14, 2025 00:11 Active
@github-actions github-actions bot deployed to PR Documentation Preview February 14, 2025 00:18 Active
@github-actions github-actions bot deployed to PR Documentation Preview February 19, 2025 00:53 Active
@devonh devonh requested a review from erikjohnston February 19, 2025 01:09
@github-actions github-actions bot deployed to PR Documentation Preview February 19, 2025 19:27 Active
@github-actions github-actions bot deployed to PR Documentation Preview February 19, 2025 20:48 Active
@github-actions github-actions bot deployed to PR Documentation Preview February 19, 2025 20:55 Active
@github-actions github-actions bot deployed to PR Documentation Preview February 19, 2025 21:05 Active
@github-actions github-actions bot deployed to PR Documentation Preview February 19, 2025 21:13 Active
Copy link
Member

@erikjohnston erikjohnston left a comment

Choose a reason for hiding this comment

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

Just a couple of minor tweaks, otherwise I think the approach is good

@github-actions github-actions bot deployed to PR Documentation Preview February 24, 2025 17:47 Active
@devonh
Copy link
Member Author

devonh commented Feb 24, 2025

Should be good to go now!

@devonh devonh requested a review from erikjohnston February 24, 2025 20:56
@github-actions github-actions bot deployed to PR Documentation Preview February 24, 2025 20:57 Active
@erikjohnston
Copy link
Member

Woop, thanks! Sorry for it going round in circles a bit

@github-actions github-actions bot deployed to PR Documentation Preview February 25, 2025 14:49 Active
@devonh devonh merged commit 5121f92 into develop Feb 25, 2025
41 checks passed
@devonh devonh deleted the devon/unreferenced-bg branch February 25, 2025 16:25
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.

Add background job to clear unreferenced state groups
4 participants