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 2021/07/16 17:23:08 UTC

[GitHub] [airflow] eladkal commented on issue #10210: SQSSensor Dag is not triggering whenever there is new message.

eladkal commented on issue #10210:
URL: https://github.com/apache/airflow/issues/10210#issuecomment-881601698


   >SQSSensor to trigger whenever there is new message in SQS.
   
   sensors don't trigger anything. They are just blocking the workflow till condition met.
   I think you are expecting that when a message is in the queue it will trigger a workflow - this is not the use case of Airflow sensors.
   In any case please recheck with if the issue still exist with Airflow 2 + Amazon provider:
   https://airflow.apache.org/docs/apache-airflow-providers-amazon/stable/index.html
   
   if the issue still exist please clarify further.
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org