[I] RdsDeleteDbInstanceOperator sometimes does not complete [airflow]

2023-11-09 Thread via GitHub
cliebBS opened a new issue, #35563: URL: https://github.com/apache/airflow/issues/35563 ### Apache Airflow version 2.7.3 ### What happened When using the `RdsDeleteDbInstanceOperator` to delete an RDS instance in my DAG, sometimes it misses the fact that the instance was

Re: [I] RdsDeleteDbInstanceOperator sometimes does not complete [airflow]

2023-11-09 Thread via GitHub
Taragolis commented on issue #35563: URL: https://github.com/apache/airflow/issues/35563#issuecomment-1804729325 I think it might be fix in [8.11.0](https://github.com/apache/airflow/issues/35540), it would be nice if you could check Reference PR: - https://github.com/apache/airfl

Re: [I] RdsDeleteDbInstanceOperator sometimes does not complete [airflow]

2023-11-10 Thread via GitHub
cliebBS closed issue #35563: RdsDeleteDbInstanceOperator sometimes does not complete URL: https://github.com/apache/airflow/issues/35563 -- 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

Re: [I] RdsDeleteDbInstanceOperator sometimes does not complete [airflow]

2023-11-10 Thread via GitHub
cliebBS commented on issue #35563: URL: https://github.com/apache/airflow/issues/35563#issuecomment-1806332941 Oh, nice! I pulled that change into my Docker image and I've managed two successful runs of my actual DAG so far that delete six RDS instances each. I guess I'll be waiting eager

Re: [I] RdsDeleteDbInstanceOperator sometimes does not complete [airflow]

2023-11-13 Thread via GitHub
cliebBS commented on issue #35563: URL: https://github.com/apache/airflow/issues/35563#issuecomment-1808462012 After further testing of this fix, I discovered that it does not seem to make the problem any better when using `deferrable=True`. -- This is an automated message from the Apache

Re: [I] RdsDeleteDbInstanceOperator sometimes does not complete [airflow]

2023-11-13 Thread via GitHub
Taragolis commented on issue #35563: URL: https://github.com/apache/airflow/issues/35563#issuecomment-1809664450 @cliebBS Could you update update examples and description, that this operator won't work only in deferrable mode? -- This is an automated message from the Apache Git Service. T