Skip to content

perf(workers): expedite user-facing and latency-critical WorkManager … - #6506

Merged
mahibi merged 1 commit into
masterfrom
expeditedWorkers
Aug 19, 2026
Merged

perf(workers): expedite user-facing and latency-critical WorkManager …#6506
mahibi merged 1 commit into
masterfrom
expeditedWorkers

Conversation

@mahibi

@mahibi mahibi commented Aug 18, 2026

Copy link
Copy Markdown
Collaborator

…jobs

Mark standalone OneTimeWorkRequests as expedited where completion time is bounded and either the user is waiting on it (delete/leave conversation, add participants, save/share/download a file, remove account) or it's notification-latency-sensitive (push/call notifications, post-push chat catch-up).

Left non-expedited: chained/periodic requests (unsupported by WorkManager), long-running uploads not promoted to a foreground service, and pure background bookkeeping with no user-facing wait.

Assisted-by: Claude Sonnet 5 noreply@anthropic.com

🏁 Checklist

  • ⛑️ Tests (unit and/or integration) are included or not needed
  • 🔖 Capability is checked or not needed
  • 🔙 Backport requests are created or not needed: /backport to stable-xx.x
  • 📅 Milestone is set
  • 🌸 PR title is meaningful (if it should be in the changelog: is it meaningful to users?)

🤖 AI (if applicable)

  • The content of this PR was partly or fully generated using AI

…jobs

Mark standalone OneTimeWorkRequests as expedited where completion time
is bounded and either the user is waiting on it (delete/leave
conversation, add participants, save/share/download a file, remove
account) or it's notification-latency-sensitive (push/call
notifications, post-push chat catch-up).

Left non-expedited: chained/periodic requests (unsupported by
WorkManager), long-running uploads not promoted to a foreground
service, and pure background bookkeeping with no user-facing wait.

Assisted-by: Claude Sonnet 5 <noreply@anthropic.com>

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
@mahibi mahibi self-assigned this Aug 18, 2026
@mahibi mahibi added the 3. to review Waiting for reviews label Aug 18, 2026
@mahibi
mahibi requested a review from rapterjet2004 August 18, 2026 15:58
@github-actions

Copy link
Copy Markdown
Contributor

APK file: https://github.com/nextcloud/talk-android/actions/runs/32157657266/artifacts/9336828053
To test this change/fix you can simply download above APK file and install and test it in parallel to your existing Nextcloud app.
qrcode (please click on link to get QR code displayed)

@mahibi
mahibi merged commit 08c08a4 into master Aug 19, 2026
17 of 20 checks passed
@mahibi
mahibi deleted the expeditedWorkers branch August 19, 2026 16:34
@mahibi mahibi added this to the 25.0.0 milestone Aug 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews AI assisted

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants