Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RepeatHeartBeat ¶
func RepeatHeartBeat( workCtx context.Context, workCancel context.CancelFunc, grpcDriver *client.GRPCDriver, queueID string, taskID string, )
RepeatHeartBeat calls the heartbeat function repeatedly, until the task completes
Types ¶
type MethodConfig ¶ added in v0.5.5
type MethodConfig struct {
Name []Name `json:"name"`
WaitForReady bool `json:"waitForReady"`
RetryPolicy RetryPolicyDef `json:"retryPolicy"`
}
type RetryPolicy ¶ added in v0.5.5
type RetryPolicy struct {
MethodConfig []MethodConfig `json:"methodConfig"`
}
type RetryPolicyDef ¶ added in v0.5.5
Click to show internal directories.
Click to hide internal directories.