-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
execution time limit polling in the suite log #2520
execution time limit polling in the suite log #2520
Conversation
cbec819
to
f5d8c6f
Compare
The correct behaviour for execution time limit polling as I read (from the cylc documentation) it is that cylc should wait I've added a test for this behaviour which fails as it appears cylc is polling immediately on the execution time limit and not waiting the additional polling interval. |
f5d8c6f
to
162700d
Compare
162700d
to
e7d406a
Compare
Superseded by #2568. |
Add test from cylc#2520.
The
cylc.task_events_manager.TaskEventsManager.set_poll_time
method was unaware of the execution time limit polling feature.<DATE> INFO - [<TASK>] -next job poll in PT1H (after <DATE+PT1H>)