mirror of
https://github.com/mariadb-operator/mariadb-operator.git
synced 2025-07-22 18:27:44 +00:00
Bump requeue intervals in defaults and examples
This commit is contained in:
@ -12,5 +12,5 @@ spec:
|
||||
# Delete the resource in the database whenever the CR gets deleted.
|
||||
# Alternatively, you can specify Skip in order to omit deletion.
|
||||
cleanupPolicy: Delete
|
||||
requeueInterval: 30s
|
||||
retryInterval: 5s
|
||||
requeueInterval: 10h
|
||||
retryInterval: 30s
|
@ -18,5 +18,5 @@ spec:
|
||||
# Delete the resource in the database whenever the CR gets deleted.
|
||||
# Alternatively, you can specify Skip in order to omit deletion.
|
||||
cleanupPolicy: Delete
|
||||
requeueInterval: 30s
|
||||
retryInterval: 5s
|
||||
requeueInterval: 10h
|
||||
retryInterval: 30s
|
@ -83,4 +83,4 @@ spec:
|
||||
metrics:
|
||||
enabled: true
|
||||
|
||||
requeueInterval: 30s
|
||||
requeueInterval: 1h
|
@ -54,4 +54,4 @@ spec:
|
||||
metrics:
|
||||
enabled: true
|
||||
|
||||
requeueInterval: 30s
|
||||
requeueInterval: 1h
|
@ -79,4 +79,4 @@ spec:
|
||||
metrics:
|
||||
enabled: true
|
||||
|
||||
requeueInterval: 30s
|
||||
requeueInterval: 1h
|
@ -16,5 +16,5 @@ spec:
|
||||
# Delete the resource in the database whenever the CR gets deleted.
|
||||
# Alternatively, you can specify Skip in order to omit deletion.
|
||||
cleanupPolicy: Delete
|
||||
requeueInterval: 30s
|
||||
retryInterval: 5s
|
||||
requeueInterval: 10h
|
||||
retryInterval: 30s
|
@ -63,8 +63,8 @@ func NewSqlReconciler(client ctrlclient.Client, cr *condition.Ready, wr WrappedR
|
||||
WrappedReconciler: wr,
|
||||
Finalizer: f,
|
||||
SqlOptions: SqlOptions{
|
||||
RequeueInterval: 30 * time.Second,
|
||||
RequeueMaxOffset: 0,
|
||||
RequeueInterval: 10 * time.Hour,
|
||||
RequeueMaxOffset: 1 * time.Hour,
|
||||
LogSql: false,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user