You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clearing the execution time limit either by editing flow.cylc and reloading, or by broadcast/edit-runtime, does not work. The original execution time limit is maintained.
I have successfully reproduced, although it took a bit of work. It's worth noting that using the example given might result in a flaky functional test because having a very short ETL may result in an appearance of submission failure, because the ETL can be evaluated before the submission completes.
I was getting an apparent submission, followed by a submission failure on polling the task!
Description
Clearing the execution time limit either by editing
flow.cylc
and reloading, or by broadcast/edit-runtime, does not work. The original execution time limit is maintained.Reproducible Example
$ cylc play workflow
Wait for task to fail.
[[a]] script = sleep 10 - execution time limit = PT1S
Expected Behaviour
The task should succeed now after 10s, but it still fails after 1s
The text was updated successfully, but these errors were encountered: