dapr / go-sdk

Dapr SDK for go
Apache License 2.0
446 stars 172 forks source link

Show how to pass Workflow Activity retry options using go-sdk #611

Open anschoewe opened 6 months ago

anschoewe commented 6 months ago

In what area(s)?

/area runtime

/area operator

/area placement

/area docs

/area test-and-release

Describe the feature

This documentation describes the Workflow Activity retry options, but shows no examples of how to actually implement it. The go-sdk has no clear example of how to pass in this information. I would like to see an example in the documentation of how to pass this information.

Release Note

RELEASE NOTE:

mikeee commented 6 months ago

Just for clarity as mentioned on discord, this was not implemented in the go-sdk and I believe this will need upstream changes to durabletask-go to accommodate the retry options. I've created an issue in the go-sdk #541 and an issue will need to be created in the docs repo requesting additions to the referenced documentation

dapr-bot commented 4 months ago

This issue has been automatically marked as stale because it has not had activity in the last 60 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.

mikeee commented 4 months ago

/keep-alive

dapr-bot commented 2 months ago

This issue has been automatically marked as stale because it has not had activity in the last 60 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.

anschoewe commented 2 months ago

/keep-alive

dapr-bot commented 2 months ago

👋 @anschoewe, my apologies but I can't perform this action for you because your username is not in the allowlist in the file .github/scripts/dapr_bot.js.

yaron2 commented 2 months ago

Moved to Go-SDK repo