Advanced setting for `terminationGracePeriodSeconds`
I'm thinking of a use case were there are workers processing long running jobs, kill the job early would require reprocessing the job which could take a long time. By having control of the `terminationGracePeriodSeconds` field in the pod/deployment spec would allow the job to finish before killing the worker process. Can we add this to advanced settings?