Replies: 14 comments 15 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.
-
This sounds more like a deployment issue in core, not related to helm-chart. I assume to judge this problem report more details are needed. If a scheduled task runs into error w/o logs being served, two cases can be the root of the problem, typically related to the deployment if broken in general - best is to double check with one of the example DAGs. Can you please check:
|
Beta Was this translation helpful? Give feedback.
-
Indeed it looks like troubleshooting, converted to discussion. |
Beta Was this translation helpful? Give feedback.
-
Is there any update on this? Even I am facing the same issue |
Beta Was this translation helpful? Give feedback.
-
Any solution to this yet? I'm having this exact issue. Running Airflow on a K8s cluster. |
Beta Was this translation helpful? Give feedback.
-
Have same problem on docker. |
Beta Was this translation helpful? Give feedback.
-
@rishabh208gupta @Gunnnn @soravispr - if you add to the discussion and explain your case and provide more evidences, then there is a chance, yes, that someone will be able to analyse your case and circumstances and maybe even come with a solution or workaround or hypothesis why it might happen. But without it, it's unlikely. |
Beta Was this translation helpful? Give feedback.
-
I had this issue and in my case was a missing library |
Beta Was this translation helpful? Give feedback.
-
I'm facing the same issue when trying to run a dag. it is failing automatically after the 10 minutes of queue. |
Beta Was this translation helpful? Give feedback.
-
I am experiencing the same issue:
|
Beta Was this translation helpful? Give feedback.
-
Recently had to resolve this issue. We are using the kubernetes executor and our pod was running an old version of our airflow image. The Worker pod would fail (because the code was importing a package that wasn't on the worker) and the the scheduler had no idea what was going on. I assume this is because the pod would fail and the logs never got written. |
Beta Was this translation helpful? Give feedback.
-
We have same problem on docker |
Beta Was this translation helpful? Give feedback.
-
We have the same error and this is scheduler logs:
Also Version: v2.7.1 |
Beta Was this translation helpful? Give feedback.
-
issue still randomly occur on Apache Ariflow 2.9.2 Using MWAA servce. |
Beta Was this translation helpful? Give feedback.
-
Official Helm Chart version
1.11.0 (latest released)
Apache Airflow version
2.7.0
Kubernetes Version
Not use
Helm Chart configuration
Default setting
Docker Image customizations
No customization
What happened
When running a DAG, the process throws an error within a few seconds.
Error message: Cloud-served logs not read: Request URL is missing an 'http://' or 'https://' protocol.
I'm not able to identify the problem so I think it's a bug, as a few days ago the Dag was running normally.
I've already tried reinstalling the airflow image, installing old versions, but the error persists.
The server that hosts airflow does not have any type of proxy or firewall blocking
Error image:
What you think should happen instead
The correct execution, which was carried out a few days ago, is after the DAG starts, it makes a request on a website, captures the information and uploads it to my data lake.
How to reproduce
In my case, as soon as I run any DAG, which makes a request on a website, the error happens.
Anything else
Graphic Image:
My code:
I've already opened a discussion about the problem, but no one responds to me.
Are you willing to submit PR?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions