[GitHub] [airflow] uranusjr commented on a change in pull request #18439: Check and run migration in commands if necessary

2021-10-06 Thread GitBox
uranusjr commented on a change in pull request #18439: URL: https://github.com/apache/airflow/pull/18439#discussion_r723779104 ## File path: airflow/utils/db.py ## @@ -626,27 +629,88 @@ def check_migrations(timeout): :param timeout: Timeout for the migration in seconds

[GitHub] [airflow] uranusjr commented on a change in pull request #18439: Check and run migration in commands if necessary

2021-10-06 Thread GitBox
uranusjr commented on a change in pull request #18439: URL: https://github.com/apache/airflow/pull/18439#discussion_r723779357 ## File path: airflow/utils/db.py ## @@ -626,27 +629,88 @@ def check_migrations(timeout): :param timeout: Timeout for the migration in seconds

[GitHub] [airflow] uranusjr commented on a change in pull request #18439: Check and run migration in commands if necessary

2021-10-07 Thread GitBox
uranusjr commented on a change in pull request #18439: URL: https://github.com/apache/airflow/pull/18439#discussion_r723779104 ## File path: airflow/utils/db.py ## @@ -626,27 +629,88 @@ def check_migrations(timeout): :param timeout: Timeout for the migration in seconds

[GitHub] [airflow] uranusjr commented on a change in pull request #18439: Check and run migration in commands if necessary

2021-10-07 Thread GitBox
uranusjr commented on a change in pull request #18439: URL: https://github.com/apache/airflow/pull/18439#discussion_r724683211 ## File path: airflow/utils/db.py ## @@ -626,27 +629,85 @@ def check_migrations(timeout): :param timeout: Timeout for the migration in seconds

[GitHub] [airflow] uranusjr commented on a change in pull request #18439: Check and run migration in commands if necessary

2021-12-08 Thread GitBox
uranusjr commented on a change in pull request #18439: URL: https://github.com/apache/airflow/pull/18439#discussion_r765079267 ## File path: airflow/cli/commands/celery_command.py ## @@ -37,7 +37,7 @@ WORKER_PROCESS_NAME = "worker" -@cli_utils.action_logging +@cli_utils.ac