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

[WIP] Allow asynchronous operations to depend on each other #7

Closed
wants to merge 2 commits into from

Conversation

AndrewDryga
Copy link
Member

Related to #6

@AndrewDryga AndrewDryga changed the title Allow asynchronous operations to depend on each other [WIP] Allow asynchronous operations to depend on each other Nov 29, 2017
raise Sage.ExecutorPlannerError, dependency_on_itself_message(name)
end

if dep not in reachable_stage_names do
Copy link
Member Author

Choose a reason for hiding this comment

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

Function body is nested too deep (max depth is 2, was 3).

@Nebo15 Nebo15 deleted a comment from coveralls Nov 29, 2017
@Nebo15 Nebo15 deleted a comment from coveralls Nov 29, 2017
@Nebo15 Nebo15 deleted a comment from coveralls Nov 29, 2017
@AndrewDryga
Copy link
Member Author

I've decided to don't attack this feature because it's against the goal of being a simple tool. We can get back to it later if we have more use cases that needs this (and contributor who can port all executor features to a new async executor).

@AndrewDryga AndrewDryga closed this Jun 4, 2018
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

Successfully merging this pull request may close these issues.

1 participant