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

Conditionally Chaining Jobs together #191

Open
StephenOTT opened this issue May 31, 2014 · 2 comments
Open

Conditionally Chaining Jobs together #191

StephenOTT opened this issue May 31, 2014 · 2 comments

Comments

@StephenOTT
Copy link

Do you have a recommendation on best practice for conditionally chaining jobs together?
I was just running if statements at the end of a job to call the next job. But just wanted some feedback

@dlecocq
Copy link
Contributor

dlecocq commented Jun 6, 2014

Sorry for the late reply. Off hand, having some ifs at the end seems reasonable. There may exist a more elegant mechanism, but one doesn't jump to mind.

@myronmarston
Copy link
Contributor

@StephenOTT -- you may want to check out plines. It may not do exactly what you want but it should give you ideas, at least. It provides an API for constructing job batch pipelines that conditionally fan out and use dependencies based on the data that goes into the batch.

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

3 participants