rendered_task_instance_fields insert failure #31635
Unanswered
electrical
asked this question in
General
Replies: 2 comments 1 reply
-
|
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
There might be an issue in your database that is preventing it from processing the load. It seems that the connection is being closed for some reason. Possible causes for this issue could include:
Can you check if there is more information in the database queries/connections logs and dashboard? I convert it to a discussion, and we can reopen it if needed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Apache Airflow version
Other Airflow 2 version (please specify below)
What happened
Sometimes with dag runs we see a Postgres error with inserting data into the rendered_task_instance_fields table.
This does not happen consistently but feels like it happens when there is a lot of data to be processed.
See logs: https://gist.github.com/electrical/6b5d337dd703b8cf0d06d79b06bd51ee
What you think should happen instead
Expect it not to fail
How to reproduce
Standard Airflow setup
Either manual or scheduled run
Operating System
Bitnami Debian docker image
Versions of Apache Airflow Providers
No response
Deployment
Other 3rd-party Helm chart
Deployment details
Apache airflow 2.5.3
Kubernetes 1.24.13
Using Bitnami Helm chart
Anything else
No response
Are you willing to submit PR?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions