Skip to content
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

clock-trigger: incompatibility with execution retry delays #5217

Closed
oliver-sanders opened this issue Nov 4, 2022 · 2 comments · Fixed by #5286
Closed

clock-trigger: incompatibility with execution retry delays #5217

oliver-sanders opened this issue Nov 4, 2022 · 2 comments · Fixed by #5286
Assignees
Labels
bug Something is wrong :(
Milestone

Comments

@oliver-sanders
Copy link
Member

The deprecated [special tasks]clock-trigger configuration appears to cause execution retry delays to be skipped.

With the following workflow the execution retry delays skipped, but if you swap out the clock-trigger for an xtrigger, then it behaves correctly:

[scheduling]                        
    initial cycle point = previous(T00)    
    final cycle point = PT1S        
    # [[xtriggers]]                                                                  
    #     clock = wall_clock(PT1H)    
    [[special tasks]]    
        clock-trigger = foo(PT1H)    
    [[graph]]    
        T00 = """    
            foo    
            # @clock => foo
        """                         
                                    
[runtime]                           
    [[foo]]                         
        execution retry delays = PT30S    
        script = false   
@oliver-sanders oliver-sanders added the bug Something is wrong :( label Nov 4, 2022
@oliver-sanders oliver-sanders added this to the cylc-8.0.4 milestone Nov 4, 2022
@oliver-sanders oliver-sanders modified the milestones: cylc-8.0.4, cylc-8.1.x Dec 6, 2022
@MetRonnie MetRonnie self-assigned this Jan 3, 2023
@MetRonnie
Copy link
Member

When you say skipped, I have found it to do the specified retries, but immediately instead of waiting for the given period

@oliver-sanders
Copy link
Member Author

I think that's probably what I meant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is wrong :(
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants