You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/05/08 16:55:10 UTC

[GitHub] [airflow] kpathak13 edited a comment on issue #4727: [AIRFLOW-3902] Add new singleton_operator and unittest

kpathak13 edited a comment on issue #4727: [AIRFLOW-3902] Add new singleton_operator and unittest
URL: https://github.com/apache/airflow/pull/4727#issuecomment-490565552
 
 
   @BasPH, `SingletonOperator` use case is when you do not want next scheduled pipeline colliding with running pipeline. This bring `depends_on_past` to the forefront of the dag/tasks/pipeline. I use this in my company and it has saved us tremendous unnecessary processing, wait and worries.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services