YingboWang commented on issue #11894:
URL: https://github.com/apache/airflow/issues/11894#issuecomment-718158686


   @mjpieters Thanks for creating this issue. We do have the plan to support 
customized poke_interval in smart sensor and will implement it. As for now, the 
smart sensor operator class has a default of poke_interval as 180 and it could 
be changed by adding `poke_interval=xxx` in the `smart_sensor_group.py` when 
creating the `SmartSensorOperator` task. By doing it all smart sensor tasks in 
an airflow cluster will poke more aggressively with the input `poke_interval`. 
We could also make this field configurable by airflow.cfg if needed. 


----------------------------------------------------------------
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:
[email protected]


Reply via email to