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

Catch drain timeout without verbose log message #325

Merged
merged 1 commit into from
Apr 28, 2023

Conversation

mvdbeek
Copy link
Member

@mvdbeek mvdbeek commented Apr 28, 2023

Avoids verbose log messages like

2023-04-28 16:07:36,784 WARNI [pulsar.client.amqp_exchange][consume-setup-amqp://guest:********@localhost:5672] Got TimeoutError, will retry: timed out
2023-04-28 16:07:36,784 WARNI [pulsar.client.amqp_exchange][consume-status-amqp://guest:********@localhost:5672] Got TimeoutError, will retry: timed out
2023-04-28 16:07:36,784 WARNI [pulsar.client.amqp_exchange][consume-kill-amqp://guest:********@localhost:5672] Got TimeoutError, will retry: timed out
2023-04-28 16:07:37,578 DEBUG [pulsar.client.amqp_exchange][consume-heartbeat-pulsar__status] AMQP heartbeat thread exiting
2023-04-28 16:07:37,579 DEBUG [pulsar.client.amqp_exchange][consume-heartbeat-pulsar__kill] AMQP heartbeat thread exiting
2023-04-28 16:07:37,579 DEBUG [pulsar.client.amqp_exchange][consume-heartbeat-pulsar__setup] AMQP heartbeat thread exiting
2023-04-28 16:07:38,600 DEBUG [pulsar.client.amqp_exchange][consume-heartbeat-pulsar__status] AMQP heartbeat thread alive
2023-04-28 16:07:38,602 DEBUG [pulsar.client.amqp_exchange][consume-heartbeat-pulsar__kill] AMQP heartbeat thread alive
2023-04-28 16:07:38,603 DEBUG [pulsar.client.amqp_exchange][consume-heartbeat-pulsar__setup] AMQP heartbeat thread alive

@mvdbeek mvdbeek merged commit 3f88fd9 into galaxyproject:master Apr 28, 2023
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