You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in sync-up, it's an important context that we should make people aware that we intentionally set terminationGracePeriodSeconds to a week long to ensure that no data loss during a restart of pods. We decided to 1) document this week long timeout and make people aware that this could cause long termination for pods 2) make this timeout configurable at the top level since we are aware that not all people want this feature.
Describe the solution you'd like
kind: RabbitmqClusterspec:
terminationGracePeriodSeconds: # configurable and [defaults to 604800](https://github.com/rabbitmq/cluster-operator/blob/main/internal/resource/statefulset.go#L30)
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Context
As discussed in sync-up, it's an important context that we should make people aware that we intentionally set terminationGracePeriodSeconds to a week long to ensure that no data loss during a restart of pods. We decided to 1) document this week long timeout and make people aware that this could cause long termination for pods 2) make this timeout configurable at the top level since we are aware that not all people want this feature.
Describe the solution you'd like
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: