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

   * `SequentialExecutor` - THIS IS YOUR PROBLEM.
   
   Never, Ever, under ANY circumstances use Sequential executor for anything 
else that quick testing /  working with SQLite. 
   
   Plesse DO NOT open issues that your tasks do not work with it for anything 
that even closely resembles production.
   
   You have enough warnings about it in the documentation, logs, and even 
warning displayed prominently in the UI of airflow that you should not do it. 
You are shooting yourself in the foot by ignoring all that warnings.
   
   AND you are completely wasting time of people who want  to help others here 
with their real issues. 
   
   Please stop doing it and ignorring very clear warnigns you have. 
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to