Ryan Hatter
                                            Ryan Hatter
                                        
                                    > @RNHTTR I have a PR open for this that is almost complete. I didn't know there were 2 issues for this feature. > > #38449 I'm just glad it...
Could you use the [HTTP Sensor](https://airflow.apache.org/docs/apache-airflow-providers-http/stable/_api/airflow/providers/http/sensors/http/index.html)?
> State Awareness and Exception Management: It would handle different states (like success, skipped, and failed) and raise exceptions (e.g., AirflowFailException, AirflowSkipException) when a specific state is reached. This ensures...
> Yep. I think this is is an oportunity to send a user on a GOOD path (or at least explain various reasons and possibly send the user to some...
@amoghrajesh had a [good response to a user in Slack](https://apache-airflow.slack.com/archives/CCQ7EGB1P/p1715227355792419?thread_ts=1715227094.179619&cid=CCQ7EGB1P): > -9 is a SIGKILL. You can handle using using the on_kill callback in your Operator. Perhaps it could recommend...
@potiuk I thought about this a little more. I think we should keep a note about OOMKill for -9 (and maybe add a blurb about other things that could cause...
Based on the feedback here and the feedback in #40141 , I'm going to add a troubleshooting obscure task failures docs page and link out to that page for this...
Given that this doesn't include the logic for `bootstrap_pex_env `, this isn't a reproducible example. Can you please share the entire traceback as well? Instead of using pex, have you...
> Looks good to me. Pending @RNHTTR’s comments. LGTM as well, but I'm unable to mark the comments as resolved :\ (Also the tests need to be addressed)
There's some additional bizarre behavior that might be related. When clicking on the logs icon from Browse -> Task Instances, it only shows a single DAG run (the only one...