potiuk commented on issue #29031:
URL: https://github.com/apache/airflow/issues/29031#issuecomment-1397996468

   Hard to say. Maybe you have REALLY SLOW network or filesystem mounted in 
your system? Or maybe your docker engine has limited memory (as it happens on 
MacOS where we recommend to increase it to 4GB). Or maybe your database is 
extremely slow over remote network, firewall. Or maybe your DNS responds with 
multi-seconds delays to network queries. There might be around million reasons 
on what's wrong with your system to make it slow. 
   
   We really have no idea what kind of deployment you have. You are the only 
person in the world to know it and the only person in the world to be able to 
look at all the componets and see which one is causing the slowness.
   
   Look at the logs produced, increase debugging level, see if you can see any 
warnings, particularly look at the scheduler logs to see for any signs that 
things take multiple seconds where it would seem they should be fast (make your 
best judgment about it - try to make intelligent guesses there). Post here 
information about your investigations including some details of what you have 
found, including the suspicious logs.
   
   This is what I would do while debugging any applicaiton I would install, in 
order my reach out to help me to investigate what's wrong with my system and I 
recommend you do the same.
   
   We can help here (note that peopel here are usually helping in their free 
time, so if you are mindful to that, you should understand the more time you 
spend on analysing and providing helpful hints, the more likely someone will be 
willing to spend their free time on help you. As long as you will show that you 
made an effort to analyse it first and give us something to look at - we might 
be able to help. If you don't we can at most provide some generic guesses 
(which @hussein-awala nicely did).
   
   Hope to be able to help (providing we have more information).


-- 
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 comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to