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

Add support for NextRetryDelay for local activities #1456

Merged
merged 4 commits into from
May 9, 2024

Conversation

Quinn-With-Two-Ns
Copy link
Contributor

Add support for NextRetryDelay for local activities and the test suite

closes #1454

@Quinn-With-Two-Ns Quinn-With-Two-Ns requested a review from a team as a code owner May 8, 2024 17:20
internal/internal_task_handlers.go Outdated Show resolved Hide resolved
errType: errType,
cause: options.Cause,
nonRetryable: options.NonRetryable,
nextRetryDelay: options.NextRetryDelay,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, looks like this was missed in #1319, heh

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah 😬

internal/internal_task_handlers.go Outdated Show resolved Hide resolved
internal/internal_task_handlers.go Outdated Show resolved Hide resolved
@Quinn-With-Two-Ns Quinn-With-Two-Ns merged commit ded70a3 into temporalio:master May 9, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Local activity support for next-retry-delay
2 participants