-
Notifications
You must be signed in to change notification settings - Fork 10
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 remains waiting on process: should disable rabbitmq heartbeat #94
Labels
Comments
seems to occur with process service |
in rabbitmq server:
Need to set a rabbitmq config file (example)
and mount it via volumes:
|
if heartbeat is needed, should be set to max job duration |
PB: docker rabbitmq does not allow to overrride config file |
Solution in docker-compose:
and rabbitmq.config:
|
osallou
changed the title
should disable rabbitmq heartbeat
Update remains waiting on process: should disable rabbitmq heartbeat
Mar 27, 2018
osallou
added a commit
to genouest/biomaj-docker
that referenced
this issue
Jun 29, 2018
osallou
added a commit
to genouest/biomaj-docker
that referenced
this issue
Jun 29, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Even though clients set heartbeat_interval to 0, server closes some connections due to heartbeat timeouts
rabbitmq should be configured with heartbeat=0 to disable it.
The text was updated successfully, but these errors were encountered: