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

"No activity or too many missed heartbeats in the last 60 seconds" #41

Open
sajith opened this issue Oct 10, 2022 · 0 comments
Open

"No activity or too many missed heartbeats in the last 60 seconds" #41

sajith opened this issue Oct 10, 2022 · 0 comments
Assignees

Comments

@sajith
Copy link
Member

sajith commented Oct 10, 2022

Upon running docker compose up, there are these errors:

sdx-controller-sdx-controller-1  | ERROR:pika.adapters.blocking_connection:Unexpected connection close detected: AMQPHeartbeatTimeout: ('No activity or too many missed heartbeats in the last 60 seconds',)
sdx-controller-sdx-controller-1  | Exception in thread Thread-9:
sdx-controller-sdx-controller-1  | Traceback (most recent call last):
sdx-controller-sdx-controller-1  |   File "/usr/local/lib/python3.9/threading.py", line 973, in _bootstrap_inner
sdx-controller-sdx-controller-1  |     self.run()
sdx-controller-sdx-controller-1  |   File "/usr/local/lib/python3.9/threading.py", line 910, in run
sdx-controller-sdx-controller-1  |     self._target(*self._args, **self._kwargs)
sdx-controller-sdx-controller-1  |   File "/usr/src/app/swagger_server/messaging/rpc_queue_consumer.py", line 48, in start_consumer
sdx-controller-sdx-controller-1  |     self.channel.start_consuming()
sdx-controller-sdx-controller-1  |   File "/usr/local/lib/python3.9/site-packages/pika/adapters/blocking_connection.py", line 1880, in start_consuming
sdx-controller-sdx-controller-1  |     self._process_data_events(time_limit=None)
sdx-controller-sdx-controller-1  |   File "/usr/local/lib/python3.9/site-packages/pika/adapters/blocking_connection.py", line 2041, in _process_data_events
sdx-controller-sdx-controller-1  |     self.connection.process_data_events(time_limit=time_limit)
sdx-controller-sdx-controller-1  |   File "/usr/local/lib/python3.9/site-packages/pika/adapters/blocking_connection.py", line 839, in process_data_events
sdx-controller-sdx-controller-1  |     self._flush_output(common_terminator)
sdx-controller-sdx-controller-1  |   File "/usr/local/lib/python3.9/site-packages/pika/adapters/blocking_connection.py", line 523, in _flush_output
sdx-controller-sdx-controller-1  |     raise self._closed_result.value.error
sdx-controller-sdx-controller-1  | pika.exceptions.AMQPHeartbeatTimeout: No activity or too many missed heartbeats in the last 60 seconds
@sajith sajith self-assigned this Oct 10, 2022
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