Airflow Scheduler Getting fail #31091
Replies: 3 comments 6 replies
-
|
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.
-
|
As discussed before - this is a very specific error you have likely due to some mismatch between the version of client and server or encoding in your client and server, you need to look there. I converted it into a discussion as this is not a common problem with airflow but some specific issue you have with your Postgres client server. If you want some help here, I think it would be best if you gather all the information about anything special and non-standard you have in your setup. My guess is that you are using some non-standard client or non-standard DB server that generates the issue, or some strange encoding setting on oither of those. |
Beta Was this translation helpful? Give feedback.
-
|
BTW. If you have Airlfow 1.10.15 (that's an interesting one) then you should look at airflow 1.10.15 prerequisites and see if your postgres version matches them. There is a possibility you have mismatch there. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Apache Airflow version
Other Airflow 1.10.15 version (please specify below)
What happened
Airflow Scheduler is getting failed randomly and after checking the server I have got this issue. We had Reset and initialize the Database but still same error. Can anyone help us out in this error?
What you think should happen instead
No response
How to reproduce
We had tried resolving it through resetting and initializing database but still could not found anything.
Operating System
Ubuntu 18.04
Versions of Apache Airflow Providers
No response
Deployment
Other Docker-based deployment
Deployment details
No response
Anything else
No response
Are you willing to submit PR?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions