aritra24 commented on code in PR #52156:
URL: https://github.com/apache/airflow/pull/52156#discussion_r2937172548
##########
scripts/in_container/bin/generate_mprocs_config.py:
##########
@@ -62,6 +62,10 @@ def generate_mprocs_config() -> str:
"scrollback": 100000,
}
+ API_SECRET_KEY = ""
+ if get_env("GO_WORKER") != "":
+ API_SECRET_KEY = "4cT8uMo04i5fOFoSICIMnw=="
Review Comment:
Thanks, I'll check it out tomorrow and update the pr with all the changes!
--
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]