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] Rabbitmq configuration #61

Open
coltonbh opened this issue Apr 26, 2022 · 1 comment
Open

[UPDATE] Rabbitmq configuration #61

coltonbh opened this issue Apr 26, 2022 · 1 comment

Comments

@coltonbh
Copy link
Collaborator

I quickly hacked the production server to increase consumer_timeout from the default 1,800,000 ms (30 mins) to 10,800,000 ms (3 hours) so that I could run longer transition state optimization calculations.

Along the way I learned that in v1.9+ of Rabbit they are doing away with the docker-specific environment keywords I use. At some point I should update rabbitmq to run on this new standard: https://hub.docker.com/_/rabbitmq (see section Environment Variables).

For now I manually added the rabbitmq.conf file on dev/prod servers. I updated the docker-compose.web.yaml file in the code base.

@coltonbh
Copy link
Collaborator Author

#62 does the code update.

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

No branches or pull requests

1 participant