Skip to content
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

Open
2 tasks done
arorasachin9 opened this issue Dec 18, 2024 · 1 comment · May be fixed by #45038
Open
2 tasks done

Support of custom celery configs #45037

arorasachin9 opened this issue Dec 18, 2024 · 1 comment · May be fixed by #45038

Comments

@arorasachin9
Copy link

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?

  • Yes I am willing to submit a PR!

Code of Conduct

@arorasachin9 arorasachin9 added kind:feature Feature Requests needs-triage label for new issues that we didn't triage yet labels Dec 18, 2024
Copy link

boring-cyborg bot commented 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 arorasachin9 linked a pull request Dec 18, 2024 that will close this issue
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 nathadfield removed the needs-triage label for new issues that we didn't triage yet label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants