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

clean up references of cluster auto pause #4331

Closed
wants to merge 2 commits into from

Conversation

christinaausley
Copy link
Contributor

Description

Closes https://github.com/camunda/developer-experience/issues/390.

When should this change go live?

  • This is a bug fix, security concern, or something that needs urgent release support.
  • This is already available but undocumented and should be released within a week.
  • This on a specific schedule and the assignee will coordinate a release with the DevEx team. (apply hold label or convert to draft PR)
  • This is part of a scheduled alpha or minor. (apply alpha or minor label)
  • There is no urgency with this change and can be released at any time.

PR Checklist

  • My changes are for an already released minor and are in /versioned_docs directory.
  • My changes are for the next minor and are in /docs directory (aka /next/).

@christinaausley christinaausley added kind/bug Issues related with bugs in the documentation component:docs Documentation improvements, including new or updated content component:console Issues related with Console project labels Sep 20, 2024
@christinaausley christinaausley requested a review from a team September 20, 2024 16:58
@christinaausley christinaausley self-assigned this Sep 20, 2024
Copy link
Contributor

@conceptualshark conceptualshark left a comment

Choose a reason for hiding this comment

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

I should have caught this in the last PR; what is the status of autopause as a feature? It looks like it's in the alpha5 release notes, and available in production. Is the limitation captured in these warnings something we should have removed with 8.5 (or in 8.6)?

Depending on the answer I think we may be able to make the auto-pause warnings a bit clearer.

@christinaausley
Copy link
Contributor Author

what is the status of autopause as a feature? It looks like it's in the alpha5 release notes, and available in production. Is the limitation captured in these warnings something we should have removed with 8.5 (or in 8.6)? Depending on the answer I think we may be able to make the auto-pause warnings a bit clearer.

CC @ultraschuppi do you have any comments here?

@mesellings
Copy link
Contributor

@christinaausley I can probably assist here, but might not be able to look at today - I will take a look tomorrow and should be able to clear up any confusion etc 👍

Copy link
Contributor

@mesellings mesellings left a comment

Choose a reason for hiding this comment

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

Just a rewording suggestion, but I think we need to remove the auto-pause caution now as it is no longer relevant?

Comment on lines +35 to +38
:::caution
**Cluster auto-pause** is not yet available and only applies to non-Enterprise clusters.
:::

Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't this caution be deleted as auto-pause is out now?

Free Trial `dev` (or untagged) clusters are automatically paused eight hours after a cluster is created or resumed from a paused state. Auto-pause occurs regardless of cluster usage.

You can resume a paused cluster at any time, which typically takes five to ten minutes to complete. See [resume your cluster](/components/console/manage-clusters/manage-cluster.md#resume-a-cluster).

- Clusters tagged as `test`, `stage`, or `prod` do not auto-pause.
- Paused clusters are automatically deleted after 30 consecutive paused days. You can change the tag to avoid cluster deletion.
- No data is lost while a cluster is paused. All execution and configuration is saved, but cluster components such as Zeebe and Operate are temporarily disabled until you resume the cluster.
- When a cluster is paused, not all functionality is limited. For example, you may still execute BPMN timers and BPMN message catch events.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
- When a cluster is paused, not all functionality is limited. For example, you may still execute BPMN timers and BPMN message catch events.
- Paused clusters still retain some functionality. For example, you can still execute BPMN timers and BPMN message catch events.

Rewording suggestion

Comment on lines +35 to +38
:::caution
**Cluster auto-pause** is not yet available and only applies to non-Enterprise clusters.
:::

Copy link
Contributor

Choose a reason for hiding this comment

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

See previous comment - remove?

Free Trial `dev` (or untagged) clusters are automatically paused eight hours after a cluster is created or resumed from a paused state. Auto-pause occurs regardless of cluster usage.

You can resume a paused cluster at any time, which typically takes five to ten minutes to complete. See [resume your cluster](/components/console/manage-clusters/manage-cluster.md#resume-a-cluster).

- Clusters tagged as `test`, `stage`, or `prod` do not auto-pause.
- Paused clusters are automatically deleted after 30 consecutive paused days. You can change the tag to avoid cluster deletion.
- No data is lost while a cluster is paused. All execution and configuration is saved, but cluster components such as Zeebe and Operate are temporarily disabled until you resume the cluster.
- When a cluster is paused, not all functionality is limited. For example, you may still execute BPMN timers and BPMN message catch events.
Copy link
Contributor

Choose a reason for hiding this comment

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

See previous rewording suggestion

@christinaausley
Copy link
Contributor Author

@mesellings Given the changes over the past few weeks with auto-pause, I'm just going to close this out 👍 Thank you for your review!

@mesellings
Copy link
Contributor

Sounds good thank you! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:console Issues related with Console project component:docs Documentation improvements, including new or updated content kind/bug Issues related with bugs in the documentation
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants