blcksrx commented on issue #32363:
URL: https://github.com/apache/airflow/issues/32363#issuecomment-3841505969
> > As we write K8s YAML templates for our Spark Applications, and
alternative is to have both unique names and to provide a "Time to Live". For
example, having a unique name: `name: {{ params.appName }}-{{ ts_nodash | lower
}}` (making the timestamp lower case was necessary for our cluster naming
schemes), and adding the field `timeToLiveSeconds: 240`. A shorter time means
less chances of naming conflicts, but also less time to inspect the Spark
application if something goes wrong.
>
> I guess creating a PR to fix this is a good idea.
I can add the `timeToLiveSeconds` as the arg in the operator, does it sounds
good?
--
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]