Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📖 Docs PR preview links
|
|
|
||
| ## Frequently asked questions | ||
|
|
||
| ### When should I opt for auto migration? |
There was a problem hiding this comment.
I do not think the answer here addresses this question.
There was a problem hiding this comment.
LMK if this is more clear.
There was a problem hiding this comment.
If I may suggest -- the question looks for specific guidance. The current answer just includes points to consider. You could phrase it like this:
The answer depends on your specific situation. However, auto migration is most likely to help if any of the following apply to you:
- You need to migrate Workers to both self-hosted and Cloud environments simultaneously.
- You have many long-running Workflows.
- You have many closed Workflows.
- You need to migrate Schedules.
In contrast, auto migration may not be the best solution if you do not have the required components already set up. If your self-hosted clusters do not meet the minimum requirements, you may need to upgrade them before starting the migration. See the section on limitations for more information.
There was a problem hiding this comment.
i think we have a winner. simpler wording ftw.
|
|
||
| ### I have a long retention period for my Workflows. Is this compatible with Temporal Cloud? | ||
|
|
||
| Occasionally, self-hosted [retention periods](/temporal-service/temporal-server#retention-period) are in excess of what |
There was a problem hiding this comment.
Do we ever spell out the max retention period we support for migrations?
There was a problem hiding this comment.
I believe it is the same limit as in cloud (90 days). My understanding is that we don't migrate anything older than that. Will let eng. confirm.
brianmacdonald-temporal
left a comment
There was a problem hiding this comment.
A few small copyedits, and I weighed in on one of the FAQ questions.
|
|
||
| ## Frequently asked questions | ||
|
|
||
| ### When should I opt for auto migration? |
There was a problem hiding this comment.
If I may suggest -- the question looks for specific guidance. The current answer just includes points to consider. You could phrase it like this:
The answer depends on your specific situation. However, auto migration is most likely to help if any of the following apply to you:
- You need to migrate Workers to both self-hosted and Cloud environments simultaneously.
- You have many long-running Workflows.
- You have many closed Workflows.
- You need to migrate Schedules.
In contrast, auto migration may not be the best solution if you do not have the required components already set up. If your self-hosted clusters do not meet the minimum requirements, you may need to upgrade them before starting the migration. See the section on limitations for more information.
|
LGTM |
What does this PR do?
Updates to FAQ + some misc corrections.
┆Attachments: EDU-6175 faq and misc updates