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

Update Celery configuration #1916

Merged
merged 2 commits into from
Mar 12, 2024
Merged

Update Celery configuration #1916

merged 2 commits into from
Mar 12, 2024

Conversation

Uxio0
Copy link
Member

@Uxio0 Uxio0 commented Mar 12, 2024

  • Stop storing results, as we are not using them.
  • Remove MAX_MEMORY_PER_CHILD and MAX_TASKS_PER_CHILD, as they are not valid for gevent pool.

- Stop storing results, as we are not using them.
- Remove `MAX_MEMORY_PER_CHILD` and `MAX_TASKS_PER_CHILD`, as they are not valid for `gevent` pool.
@Uxio0 Uxio0 requested a review from a team as a code owner March 12, 2024 15:55
@@ -239,7 +239,7 @@
"CELERY_BROKER_CONNECTION_RETRY_ON_STARTUP", default=True
)
# http://docs.celeryproject.org/en/latest/userguide/configuration.html#std:setting-result_backend
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@Uxio0 Uxio0 merged commit 2e460c2 into main Mar 12, 2024
3 checks passed
@Uxio0 Uxio0 deleted the update-celery-conf branch March 12, 2024 16:02
@github-actions github-actions bot locked and limited conversation to collaborators Mar 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants