Discover Packages
github.com/uber/cadence
service
worker
diagnostics
invariant
retry
package
Version:
v1.2.15-prerelease14
Opens a new window with list of versions in this module.
Published: Jan 15, 2025
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
const (
RetryPolicyValidationMaxAttempts IssueType = "MaximumAttempts set to 1 will not retry since maximum attempts includes the first attempt."
RetryPolicyValidationExpInterval IssueType = "ExpirationIntervalInSeconds less than InitialIntervalInSeconds will not retry."
)
Retry is an invariant that will be used to identify the issues regarding retries in the workflow execution history
func NewInvariant() Retry
const (
WorkflowRetryInfo RetryType = "Workflow Retry configured and applied"
WorkflowRetryIssue RetryType = "Workflow Retry configured but invalid"
ActivityRetryIssue RetryType = "Activity Retry configured but invalid"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.