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

Fix/task timeout #14

Merged
merged 6 commits into from
Aug 5, 2014
Merged

Fix/task timeout #14

merged 6 commits into from
Aug 5, 2014

Conversation

ggreg
Copy link
Contributor

@ggreg ggreg commented Aug 4, 2014

Fix #13.

The main purpose of these changes is to fix the bug when a task raises a TimeoutError. A corollary is that errors are a bit clearer.

@@ -51,6 +59,14 @@ def __init__(self, workflow, *args, **kwargs):
def name(self):
return 'workflow-{}'.format(self.workflow.name)

def _repr__(self):
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

__repr__?

@ggreg
Copy link
Contributor Author

ggreg commented Aug 5, 2014

@darkjh ok to merge?

@darkjh
Copy link

darkjh commented Aug 5, 2014

👍

ggreg added a commit that referenced this pull request Aug 5, 2014
@ggreg ggreg merged commit d7387f2 into master Aug 5, 2014
@ggreg ggreg deleted the fix/task-timeout branch August 5, 2014 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

TimeoutError has not attritube 'reason'
2 participants