You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Transfer and Timer task bursts are common in Cadence for following scenarios:
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.
The text was updated successfully, but these errors were encountered: