Skip to content

Attemping to produce a local repro for timeout on save#15

Open
gurasinghMS wants to merge 5 commits intomainfrom
timeout-on-save-local-repro
Open

Attemping to produce a local repro for timeout on save#15
gurasinghMS wants to merge 5 commits intomainfrom
timeout-on-save-local-repro

Conversation

@gurasinghMS
Copy link
Owner

The idea here is that once sq reports that it is full, we don't wake it up for Save() events, only for completions ... I think. So our loop in this case might just be going in to a sleeping state and never recovering because activity is halting to a stop.

return Event::Completion(completion).into();
}
if self.attempting_save.get() {
// If save is being attempted, do not block processing
Copy link
Owner Author

@gurasinghMS gurasinghMS Jan 27, 2026

Choose a reason for hiding this comment

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

is there where you envisioned the break?

Copy link

Choose a reason for hiding this comment

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

Yeah, exactly.

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