potiuk commented on code in PR #52928:
URL: https://github.com/apache/airflow/pull/52928#discussion_r2188266278
##########
scripts/docker/entrypoint_prod.sh:
##########
@@ -337,4 +337,10 @@ if [[ ${AIRFLOW_COMMAND} =~ ^(scheduler|celery)$ ]] \
wait_for_celery_broker
fi
+# Exit cleanly if the init was only intended to migrate DB
Review Comment:
Nit. Can you please also find a good place in docker compose docs or prod
image docs to describe this as a "feature" ? It would be great to document it
rather than people figuring it out by looking at the code.
--
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]