https://github.com/cloudfoundry/executor/blob/0c06103dc4fa8cc5fc98c4dc7302752d6351f9b2/depot/steps/run_step.go#L18
Would allow deployers the ability to control the time between sigterm and sigkill. Some customers workloads are more sensitive to restarts and although allowing the customer to set this value on a per application basis might be the optimal solution to this problem, allowing the deployer to customize it for the platform would be a good step in the direction of better understanding need and potential problems around different terminate timeout values.
Thanks.