Skip to content

Fix action worker watch during paused autoupdate connection - #6467

Open
bastianjoel wants to merge 7 commits into
OpenSlides:mainfrom
bastianjoel:action-worker-dead-counter
Open

Fix action worker watch during paused autoupdate connection#6467
bastianjoel wants to merge 7 commits into
OpenSlides:mainfrom
bastianjoel:action-worker-dead-counter

Conversation

@bastianjoel

@bastianjoel bastianjoel commented Aug 3, 2026

Copy link
Copy Markdown
Member

This fixes an issue where the current action worker was displayed as failed after the tab was not in focus for some time.

resolves #6505
Also resolves #6466

@bastianjoel bastianjoel self-assigned this Aug 3, 2026
@bastianjoel
bastianjoel marked this pull request as ready for review August 13, 2026 14:08
@bastianjoel
bastianjoel force-pushed the action-worker-dead-counter branch from c03a54d to d13998f Compare August 17, 2026 13:12
@Elblinator Elblinator assigned bastianjoel and unassigned Elblinator Aug 18, 2026

@Elblinator Elblinator left a comment

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.

My requested changes are just redactorial and do not change functional tesing

@Elblinator Elblinator removed their assignment Aug 24, 2026

@bspekker bspekker left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

The fix doesn't fully work. The import worked once but I maybe have not followed the exact reproduction in that case.
If I focus on a different page while preview is loading, I will get an error message (in the console and on the page).
If I focus on the page while preview is loading, then click on Import and focus on a different page I will also get the error message after checking back ~10 minutes later.

Error in console: "Error: Client has stopped watching worker "participant.import": Process has been assumed to be dead"
Error report: {"id":60,"name":"participant.import","state":"running","created":1788261860,"timestamp":1788262161,"closed":1788262564}

@bspekker bspekker assigned bastianjoel and unassigned bspekker Sep 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Autoupdate pausing breaks action worker wait Action worker requests should be excluded from subscription merging

3 participants