Hi, I wanted to clarify how this feature works. I tried to do abort-after-seconds: 1 hoping to bail right away if there is already a job in progress, but it seemed to wait much longer ~42 seconds before I canceled the job.
I then though that maybe it needs to work with poll-interval-seconds, and also set that to 1. This time the job resumed although there was already a run in progress so it should have stopped. Screenshot:

Similarly for the second run that I expected to fail:

Thank you!
Hi, I wanted to clarify how this feature works. I tried to do
abort-after-seconds: 1hoping to bail right away if there is already a job in progress, but it seemed to wait much longer ~42 seconds before I canceled the job.I then though that maybe it needs to work with
poll-interval-seconds, and also set that to1. This time the job resumed although there was already a run in progress so it should have stopped. Screenshot:Similarly for the second run that I expected to fail:

Thank you!