-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support of custom celery configs #45037
Labels
Comments
arorasachin9
added
kind:feature
Feature Requests
needs-triage
label for new issues that we didn't triage yet
labels
Dec 18, 2024
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval. |
arorasachin9
pushed a commit
to arorasachin9/airflow
that referenced
this issue
Dec 18, 2024
arorasachin9
pushed a commit
to arorasachin9/airflow
that referenced
this issue
Dec 18, 2024
arorasachin9
pushed a commit
to arorasachin9/airflow
that referenced
this issue
Dec 18, 2024
nathadfield
removed
the
needs-triage
label for new issues that we didn't triage yet
label
Dec 19, 2024
arorasachin9
pushed a commit
to arorasachin9/airflow
that referenced
this issue
Dec 22, 2024
jscheffl
pushed a commit
to arorasachin9/airflow
that referenced
this issue
Dec 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Currently airflow supports few celery configs only like worker concurrency, worker prefetch multiplier etc. All others config are not supported. One of main out of them is worker max tasks per child which helps in recycling the celery worker processes. It helps in reclaiming the resources of the processes which got consumed due to high resource utilising task.
Use case/motivation
We have a task which consumes very high memory. As task keeps on changing the processes so our memory keeps on increasing. To recycle the process after certain number of task is the celery support but currently not supported in airflow.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: