mr-staun commented on issue #32363:
URL: https://github.com/apache/airflow/issues/32363#issuecomment-3757717732
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, as a
unique name: `name: {{ params.appName }}-{{ ts_nodash | lower }}` (making the
timestamp lower case was necessary for our cluster naming schemes), while you
can add the field `timeToLiveSeconds: 240`. A shorter time means less time for
conflicts, but also less time to inspect the Spark application if something
goes wrong.
--
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]