Parameters
uuid.UUID
The id of the job to retry
Returns
The number of tasks that were rescheduled.Errors
job not found
The specified job does not exist.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
nbRescheduled, err := client.Jobs.Retry(ctx,
uuid.MustParse("0195c87a-49f6-5ffa-e3cb-92215d057ea6"),
)
nbRescheduled, err := client.Jobs.Retry(ctx,
uuid.MustParse("0195c87a-49f6-5ffa-e3cb-92215d057ea6"),
)
func (*JobClient) Retry(
ctx context.Context,
jobID uuid.UUID,
) (int64, error)
nbRescheduled, err := client.Jobs.Retry(ctx,
uuid.MustParse("0195c87a-49f6-5ffa-e3cb-92215d057ea6"),
)
Was this page helpful?