Set ProxyTTL in JDL if TTL is optimized and send it to the JA
This PR modifies:
- Central Services: when a job is optimized, then "ProxyTTL" is enabled and added in the JDL that will be sent to the job; The optimizedTTL is also sent via the match job response.
- JobAgent: use
isOptimized
andoptimizedTTL
to determine if the job's TTL is optimized or not. - JobAgent: send
isOptimized
andoptimizedTTL
to JobWrapper - JobWrapper, JobAgent: put job traces when the job is optimized
Signed-off-by: Elena Mihailescu maria.mihailescu@upb.ro