--
You received this message because you are subscribed to the Google Groups "Google App Engine Pipeline API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to app-engine-pipeli...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No, the goal of abort is to fully abort the entire hierarchy. If you want to do retries like that you'll need to use the return value of a pipeline to cause retries at a higher level. That's much more "functional" looking and may require a pattern that looks like recursion.-Brett
On Tue, Mar 1, 2016 at 5:35 AM Mayank Bhagya <mayank...@gmail.com> wrote:
Hello,--Is there any way in which I can abort only a child pipeline without aborting the entire thing upto its root?
Thanks-mayank
You received this message because you are subscribed to the Google Groups "Google App Engine Pipeline API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to app-engine-pipeline-api+unsub...@googlegroups.com.
Is the question regarding the Python or the Java Pipeline implementation.If for Python then you have Brett's answer. If for Java, you can stillapply the same concept though you could also use the exception handling mechanism.
On Tue, Mar 1, 2016 at 8:41 AM, 'Brett Slatkin' via Google App Engine Pipeline API <app-engine-...@googlegroups.com> wrote:
No, the goal of abort is to fully abort the entire hierarchy. If you want to do retries like that you'll need to use the return value of a pipeline to cause retries at a higher level. That's much more "functional" looking and may require a pattern that looks like recursion.-Brett
On Tue, Mar 1, 2016 at 5:35 AM Mayank Bhagya <mayank...@gmail.com> wrote:
Hello,--Is there any way in which I can abort only a child pipeline without aborting the entire thing upto its root?
Thanks-mayank
You received this message because you are subscribed to the Google Groups "Google App Engine Pipeline API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to app-engine-pipeline-api+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Google App Engine Pipeline API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to app-engine-pipeline-api+unsub...@googlegroups.com.