potiuk commented on issue #8876: URL: https://github.com/apache/airflow/issues/8876#issuecomment-1437508545
This will be much better done with custom `SendEmailAfterSomeTime` operator that would first defer itsel with TmeDeltaTrigger and run "email_send" after trigger fires. This would be much better solution: * you would see tha the task is deferred * it would take practically no resources when waiting * you just need single taks rather than separate TimeDeltaSensor and SendEmail Converting to discussion - I firmly believe Deferrable Operator with TimeDeltaTrigger is much better solution for that but if there are some other comments on that we can continue discussing it. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
