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

[ADD] workers=1 by default #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

[ADD] workers=1 by default #47

wants to merge 1 commit into from

Conversation

PierrickBrun
Copy link
Member

The idea is to limit CPU/memory usage on dev/ci environment. 1 worker + 1 cron will probably suffice in those cases.

Also, there need to be something done for prod. ATM I think it is good to let it like that because having 1 worker is not enough in prod and then it will force us to think about the number of workers needed for a project (instead of relying on the default)

@hparfr
Copy link
Member

hparfr commented Aug 1, 2022

it should be done on dev.docker-compose and ci.docker-compose

@PierrickBrun PierrickBrun changed the base branch from 14.0 to main January 5, 2023 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants