Skip to content

Add disk space monitoring and pause pickup#1251

Open
cfkoehler wants to merge 2 commits intoNationalSecurityAgency:mainfrom
cfkoehler:disk-space-check
Open

Add disk space monitoring and pause pickup#1251
cfkoehler wants to merge 2 commits intoNationalSecurityAgency:mainfrom
cfkoehler:disk-space-check

Conversation

@cfkoehler
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings December 15, 2025 10:22
@cfkoehler cfkoehler added the feature A new feature that does not exist today label Dec 15, 2025
@cfkoehler cfkoehler review requested due to automatic review settings December 15, 2025 10:22
@cfkoehler cfkoehler added this to the v8.40.0 milestone Feb 11, 2026
@jpdahlke jpdahlke modified the milestones: v8.40.0, v8.41.0 Feb 20, 2026
Copy link
Copy Markdown
Collaborator

@memny memny left a comment

Choose a reason for hiding this comment

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

Looks like it works. Unless there's a reason for the current organization, consider consolidating all the logic for setting up the DiskSpaceMonitor behind it's constructor. Right now it's spread between PickUpPlace.configureDiskSpaceMonitoring(), The setters on the DiskSpaceMonitor builder and the build function.

}

diskSpaceMonitor = builder.build();
diskSpaceMonitor.addListener(new DiskSpaceListener() {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Why not just make PickUpPlace implement DiskSpaceListener directly?

@jpdahlke jpdahlke removed this from the v8.41.0 milestone Mar 13, 2026
@cfkoehler cfkoehler added this to the v8.42.0 milestone Mar 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature A new feature that does not exist today

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants