SteNicholas commented on code in PR #174: URL: https://github.com/apache/flink-kubernetes-operator/pull/174#discussion_r853888362
########## helm/flink-kubernetes-operator/conf/flink-conf.yaml: ########## @@ -24,3 +25,16 @@ queryable-state.proxy.ports: 6125 jobmanager.memory.process.size: 1600m taskmanager.memory.process.size: 1728m parallelism.default: 2 + +# Flink operator related configs +# kubernetes.operator.reconciler.reschedule.interval: 60 s +# kubernetes.operator.reconciler.max.parallelism: 5 +# kubernetes.operator.reconciler.flink.cancel.job.timeout: 1min Review Comment: ```suggestion # kubernetes.operator.reconciler.flink.cancel.job.timeout: 1 min ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
