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

History Queue Revamp #6698

Open
demirkayaender opened this issue Mar 3, 2025 · 0 comments
Open

History Queue Revamp #6698

demirkayaender opened this issue Mar 3, 2025 · 0 comments
Labels

Comments

@demirkayaender
Copy link
Contributor

Transfer and Timer task bursts are common in Cadence for following scenarios:

  • Cron workflows firing at the same time
  • Scheduled tasks via Workflow.Sleep for end-of-week/month operations
  • Completion of workflows at the same time
  • Continue as new at the same time

When these bursts happen for a specific domain it impacts other task processing latency of other domains in the same cluster.
This effort will aim to detect and handle such bursty cases smoothly without impacting other (non-bursty) cases.

@demirkayaender demirkayaender moved this to In progress in Roadmap Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In progress
Development

No branches or pull requests

1 participant