backoffLimit times (default 6). Set restartPolicy: Never or OnFailure. Never use Always in a Job.ttlSecondsAfterFinished to auto-clean them up.successfulJobsHistoryLimit and failedJobsHistoryLimit control how many old Jobs are kept. Default is 3 successful and 1 failed.timeZone field (Kubernetes 1.27+) to specify a local timezone.completions is the total number of pods that must succeed for the Job to be complete.parallelism is how many pods run simultaneously. Set lower than completions to control concurrency.completions=100, parallelism=10 runs 10 at a time until all 100 complete.