Skip to content

Conversation

@jedcunningham
Copy link
Member

We were setting the hostname in the celery worker, even if the user did not specify one. This meant we were passing on None. Historically, that has still resulted in the default value being used instead of None, but that has changed in click 8.3.0 (which celery uses in its cli). Either way, no need for us to pass it!

@jedcunningham jedcunningham added the full tests needed We need to run full set of tests for this PR to merge label Sep 19, 2025
@jedcunningham jedcunningham reopened this Sep 19, 2025
@jedcunningham jedcunningham removed the full tests needed We need to run full set of tests for this PR to merge label Sep 22, 2025
@jedcunningham jedcunningham reopened this Sep 22, 2025
@kaxil kaxil force-pushed the fix_ce_click_compat branch from 054baba to f8fbce8 Compare September 23, 2025 12:41
We were setting the hostname in the celery worker, even if the user did
not specify one. This meant we were passing on None. Historically, that
has still resulted in the default value being used instead of None, but
that has changed in click 8.3.0 (which celery uses in its cli). Either
way, no need for us to pass it!
It'll actually run when apache#55915 is merged, but it will pass when it does
start running.
@kaxil kaxil force-pushed the fix_ce_click_compat branch from f8fbce8 to fa53f89 Compare September 23, 2025 12:42
@kaxil kaxil merged commit 0b84f77 into apache:main Sep 23, 2025
71 of 72 checks passed
@kaxil kaxil deleted the fix_ce_click_compat branch September 23, 2025 14:45
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Sep 30, 2025
* Only send hostname to celery worker if passed in cli

We were setting the hostname in the celery worker, even if the user did
not specify one. This meant we were passing on None. Historically, that
has still resulted in the default value being used instead of None, but
that has changed in click 8.3.0 (which celery uses in its cli). Either
way, no need for us to pass it!

* Fix test

It'll actually run when apache#55915 is merged, but it will pass when it does
start running.
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 1, 2025
* Only send hostname to celery worker if passed in cli

We were setting the hostname in the celery worker, even if the user did
not specify one. This meant we were passing on None. Historically, that
has still resulted in the default value being used instead of None, but
that has changed in click 8.3.0 (which celery uses in its cli). Either
way, no need for us to pass it!

* Fix test

It'll actually run when apache#55915 is merged, but it will pass when it does
start running.
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 2, 2025
* Only send hostname to celery worker if passed in cli

We were setting the hostname in the celery worker, even if the user did
not specify one. This meant we were passing on None. Historically, that
has still resulted in the default value being used instead of None, but
that has changed in click 8.3.0 (which celery uses in its cli). Either
way, no need for us to pass it!

* Fix test

It'll actually run when apache#55915 is merged, but it will pass when it does
start running.
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 3, 2025
* Only send hostname to celery worker if passed in cli

We were setting the hostname in the celery worker, even if the user did
not specify one. This meant we were passing on None. Historically, that
has still resulted in the default value being used instead of None, but
that has changed in click 8.3.0 (which celery uses in its cli). Either
way, no need for us to pass it!

* Fix test

It'll actually run when apache#55915 is merged, but it will pass when it does
start running.
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 4, 2025
* Only send hostname to celery worker if passed in cli

We were setting the hostname in the celery worker, even if the user did
not specify one. This meant we were passing on None. Historically, that
has still resulted in the default value being used instead of None, but
that has changed in click 8.3.0 (which celery uses in its cli). Either
way, no need for us to pass it!

* Fix test

It'll actually run when apache#55915 is merged, but it will pass when it does
start running.
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 5, 2025
* Only send hostname to celery worker if passed in cli

We were setting the hostname in the celery worker, even if the user did
not specify one. This meant we were passing on None. Historically, that
has still resulted in the default value being used instead of None, but
that has changed in click 8.3.0 (which celery uses in its cli). Either
way, no need for us to pass it!

* Fix test

It'll actually run when apache#55915 is merged, but it will pass when it does
start running.
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 5, 2025
* Only send hostname to celery worker if passed in cli

We were setting the hostname in the celery worker, even if the user did
not specify one. This meant we were passing on None. Historically, that
has still resulted in the default value being used instead of None, but
that has changed in click 8.3.0 (which celery uses in its cli). Either
way, no need for us to pass it!

* Fix test

It'll actually run when apache#55915 is merged, but it will pass when it does
start running.
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 7, 2025
* Only send hostname to celery worker if passed in cli

We were setting the hostname in the celery worker, even if the user did
not specify one. This meant we were passing on None. Historically, that
has still resulted in the default value being used instead of None, but
that has changed in click 8.3.0 (which celery uses in its cli). Either
way, no need for us to pass it!

* Fix test

It'll actually run when apache#55915 is merged, but it will pass when it does
start running.
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 8, 2025
* Only send hostname to celery worker if passed in cli

We were setting the hostname in the celery worker, even if the user did
not specify one. This meant we were passing on None. Historically, that
has still resulted in the default value being used instead of None, but
that has changed in click 8.3.0 (which celery uses in its cli). Either
way, no need for us to pass it!

* Fix test

It'll actually run when apache#55915 is merged, but it will pass when it does
start running.
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 9, 2025
* Only send hostname to celery worker if passed in cli

We were setting the hostname in the celery worker, even if the user did
not specify one. This meant we were passing on None. Historically, that
has still resulted in the default value being used instead of None, but
that has changed in click 8.3.0 (which celery uses in its cli). Either
way, no need for us to pass it!

* Fix test

It'll actually run when apache#55915 is merged, but it will pass when it does
start running.
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 10, 2025
* Only send hostname to celery worker if passed in cli

We were setting the hostname in the celery worker, even if the user did
not specify one. This meant we were passing on None. Historically, that
has still resulted in the default value being used instead of None, but
that has changed in click 8.3.0 (which celery uses in its cli). Either
way, no need for us to pass it!

* Fix test

It'll actually run when apache#55915 is merged, but it will pass when it does
start running.
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 11, 2025
* Only send hostname to celery worker if passed in cli

We were setting the hostname in the celery worker, even if the user did
not specify one. This meant we were passing on None. Historically, that
has still resulted in the default value being used instead of None, but
that has changed in click 8.3.0 (which celery uses in its cli). Either
way, no need for us to pass it!

* Fix test

It'll actually run when apache#55915 is merged, but it will pass when it does
start running.
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 12, 2025
* Only send hostname to celery worker if passed in cli

We were setting the hostname in the celery worker, even if the user did
not specify one. This meant we were passing on None. Historically, that
has still resulted in the default value being used instead of None, but
that has changed in click 8.3.0 (which celery uses in its cli). Either
way, no need for us to pass it!

* Fix test

It'll actually run when apache#55915 is merged, but it will pass when it does
start running.
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 14, 2025
* Only send hostname to celery worker if passed in cli

We were setting the hostname in the celery worker, even if the user did
not specify one. This meant we were passing on None. Historically, that
has still resulted in the default value being used instead of None, but
that has changed in click 8.3.0 (which celery uses in its cli). Either
way, no need for us to pass it!

* Fix test

It'll actually run when apache#55915 is merged, but it will pass when it does
start running.
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 15, 2025
* Only send hostname to celery worker if passed in cli

We were setting the hostname in the celery worker, even if the user did
not specify one. This meant we were passing on None. Historically, that
has still resulted in the default value being used instead of None, but
that has changed in click 8.3.0 (which celery uses in its cli). Either
way, no need for us to pass it!

* Fix test

It'll actually run when apache#55915 is merged, but it will pass when it does
start running.
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 17, 2025
* Only send hostname to celery worker if passed in cli

We were setting the hostname in the celery worker, even if the user did
not specify one. This meant we were passing on None. Historically, that
has still resulted in the default value being used instead of None, but
that has changed in click 8.3.0 (which celery uses in its cli). Either
way, no need for us to pass it!

* Fix test

It'll actually run when apache#55915 is merged, but it will pass when it does
start running.
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 19, 2025
* Only send hostname to celery worker if passed in cli

We were setting the hostname in the celery worker, even if the user did
not specify one. This meant we were passing on None. Historically, that
has still resulted in the default value being used instead of None, but
that has changed in click 8.3.0 (which celery uses in its cli). Either
way, no need for us to pass it!

* Fix test

It'll actually run when apache#55915 is merged, but it will pass when it does
start running.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants