Open
Conversation
Co-Authored-By: Claude Opus 4.5 <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📖 Docs PR preview links |
| Passing multi-megabyte payloads through Workflows when external storage (S3, blob storage) is more appropriate. | ||
| Use [compression](/troubleshooting/blob-size-limit-error#why-does-this-error-occur) or the claim check pattern for large data. | ||
|
|
||
| ### Over-optimization at the expense of observability |
Contributor
There was a problem hiding this comment.
Can we provide an example here? What kind of optimization would harm visibility?
|
|
||
| **High Actions costs generally indicate**: | ||
|
|
||
| - Many Activities per Workflow |
Contributor
There was a problem hiding this comment.
Would it be overkill to add links to these items?
https://temporal.io/blog/how-many-activities-should-i-use-in-my-temporal-workflow
https://docs.temporal.io/encyclopedia/workflow-message-passing#choosing-messages
https://docs.temporal.io/cloud/worker-health#manage-worker-heartbeating
https://docs.temporal.io/develop/activity-retry-simulator
|
|
||
| Each Activity retry counts as 1 Action. | ||
| Default [Retry Policies](/encyclopedia/retry-policies) can be aggressive, which is appropriate for most operations but costly for expensive external operations. | ||
| Consider limiting maximum attempts, increasing initial intervals, and using larger backoff coefficients for expensive operations while maintaining standard retry behavior for normal operations. |
Contributor
There was a problem hiding this comment.
We haven't used many examples in this guide, but it feels like one would really help here.
Copyedits and wording changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds guide covering Actions and Storage optimization strategies for Temporal Cloud.
🤖 Generated with Claude Code
┆Attachments: EDU-5853 Add cost optimization best practices guide