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

pilot.wait semantics? #150

Open
andre-merzky opened this issue Oct 2, 2013 · 1 comment
Open

pilot.wait semantics? #150

andre-merzky opened this issue Oct 2, 2013 · 1 comment

Comments

@andre-merzky
Copy link
Member

Documentation in the code says:

    def wait(self):
        """ Wait until Pilot Compute to enter a final state (Done, Cancel or Failed) 

        It is not an error to call wait() in a final state -- the call simply
        returns immediately.        
        """
        self.__bigjob.wait()

but bigjob_manager.wait () says:

    def wait(self):
        """ Waits for completion of all sub-jobs """        

So, which is it?

@andre-merzky
Copy link
Member Author

I would love to get a reaction on this ticket...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant