hpatel-higi commented on issue #18448:
URL: https://github.com/apache/airflow/issues/18448#issuecomment-925942127


   The DAGs are in a python file of their own.  Theres 20 DAGs in total that we 
have.  If create a DAG run for all of them at the same time thats when i get a 
DAGTimeout error and sometime AirflowTaskTimeout error.  I cant get the logs 
since its happening on Azure app service, but i will try and see what i can get.
   
   Also when i was getting these errors i had my SECRET_KEY set to 
```b'asdfasdfasdf'```  not sure if that is correct or not but i changed the key 
to one that is generated from the following code: ```python -c 'import secrets; 
print(secrets.token_hex(16));'```
   
   I am seeing alot less errors then before.


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