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

Document current restriction of single worker #125

Open
tsagadar opened this issue Sep 6, 2024 · 2 comments
Open

Document current restriction of single worker #125

tsagadar opened this issue Sep 6, 2024 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@tsagadar
Copy link
Collaborator

tsagadar commented Sep 6, 2024

With the in-memory cache gooseBit should not be deployed with multiple workers currently.

This limitation should be documented until it is addressed (if required).

@easybe
Copy link
Collaborator

easybe commented Sep 6, 2024

I guess in the meantime we should configure 1 worker in the image:

ENV GUNICORN_CMD_ARGS="--workers 2 --enable-stdio-inheritance"

@b-rowan
Copy link
Contributor

b-rowan commented Sep 6, 2024

Also pretty easy to allow a cache setting as a Boolean, or even allow the user to set the cache location, which we can then solve with the docker compose by using a different cache system.

easybe added a commit that referenced this issue Sep 12, 2024
We currently do not fully support multiple workers. For more info, see:
#125

This configuration can be overridden by setting the `GUNICORN_CMD_ARGS`
environment variable.
easybe added a commit that referenced this issue Sep 12, 2024
We currently do not fully support multiple workers. For more info, see:
#125

This configuration can be overridden by setting the `GUNICORN_CMD_ARGS`
environment variable.
easybe added a commit to husqvarnagroup/goosebit that referenced this issue Sep 12, 2024
We currently do not fully support multiple workers. For more info, see:
UpstreamDataInc#125

This configuration can be overridden by setting the `GUNICORN_CMD_ARGS`
environment variable.
@b-rowan b-rowan added the documentation Improvements or additions to documentation label Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants