Skip to content

Conversation

@K-Mistele
Copy link
Contributor

Celery concurrency CLI options were not set for docker like they are when launching celery via launch.sh

uv run python -m node.storage.hub.init_hub 2>&1 && \
uv run python -m node.storage.hub.init_hub --user 2>&1 && \
((uv run celery -A node.worker.main:app worker --loglevel=info | tee /dev/stdout) & ) && \
((uv run celery -A node.worker.main:app worker --loglevel=info --concurrency=120 --max-tasks-per-child=100 --max-memory-per-child=350000 | tee /dev/stdout) & ) && \
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe we should decide on the celery configs first?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

4 participants