Re: [PR] prevent celery command autoscale misconfig [airflow]

2024-01-28 Thread via GitHub
potiuk merged PR #36576: URL: https://github.com/apache/airflow/pull/36576 -- 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: commits-unsubscr...@airflow.a

Re: [PR] prevent celery command autoscale misconfig [airflow]

2024-01-28 Thread via GitHub
Bowrna commented on PR #36576: URL: https://github.com/apache/airflow/pull/36576#issuecomment-1913687050 i have fixed some parts in documentation alone here in this PR. The actual issue is not an issue and therefore I just enhanced the docs alone -- This is an automated message from the A

Re: [PR] prevent celery command autoscale misconfig [airflow]

2024-01-05 Thread via GitHub
Bowrna commented on PR #36576: URL: https://github.com/apache/airflow/pull/36576#issuecomment-1878487217 hi @dirrao yes the static checks are expected to fail. I will need response for this comment https://github.com/apache/airflow/issues/35332#issuecomment-1876874115 to proceed further wi

Re: [PR] prevent celery command autoscale misconfig [airflow]

2024-01-04 Thread via GitHub
dirrao commented on code in PR #36576: URL: https://github.com/apache/airflow/pull/36576#discussion_r1441445075 ## airflow/cli/commands/celery_command.py: ## @@ -131,6 +131,10 @@ def worker(args): if autoscale is None and conf.has_option("celery", "worker_autoscale"):

[PR] prevent celery command autoscale misconfig [airflow]

2024-01-03 Thread via GitHub
Bowrna opened a new pull request, #36576: URL: https://github.com/apache/airflow/pull/36576 closes: #35332 related: #35332 --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CON