Are you sure that currently working this feature?
I have set a job with:
Universe= vanilla
Executable= /usr/local/bin/script.py
Arguments= --json file.json
should_transfer_files= YES
when_to_transfer_output= ON_EXIT_OR_EVICT
transfer_input_files= /tmp/efa89b52-7771-4946-a018-434ce5499597/
file.json,/tmp/efa89b52-7771-4946-a018-434ce5499597/
projection_template.xml
Error= /tmp/efa89b52-7771-4946-a018-434ce5499597/log/
om_projection.err.log.$(PROCESS)
Log= /tmp/efa89b52-7771-4946-a018-434ce5499597/log/job.log
Requirements= VMType =?= my.vm
+VMAMI= "ami-cd0be2a4"
+VMKeepAlive= "60"
Queue
And vm_slots=2;
When I launch this job after it is finished Cloud Scheduler shut down
the machine and don't wait 60 minutes.
Is it correct my job?
Thanks a lot.