We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2025-03-21 14:36:39,146 [INFO] sarracenia.moth.amqpconsumer getSetup registered consumer with tag amq.ctag-JPVd8Za4mTSLWzXAAMK2CA 2025-03-21 14:36:39,146 [WARNING] sarracenia.moth.amqpconsumer getNewMessage failed q_feeder.sarra.fdsa: 'NoneType' object has no attribute 'drain_events'
It doesn't cause a crash but we shouldn't attempt to call drain_events when self.connection is none:
sarracenia/sarracenia/moth/amqpconsumer.py
Lines 94 to 99 in 10b8c90
I think previously getSetup would block while it slept and retried, but that has been changed. I need to check if getSetup failed.
The text was updated successfully, but these errors were encountered:
reidsunderland
No branches or pull requests
It doesn't cause a crash but we shouldn't attempt to call drain_events when self.connection is none:
sarracenia/sarracenia/moth/amqpconsumer.py
Lines 94 to 99 in 10b8c90
I think previously getSetup would block while it slept and retried, but that has been changed. I need to check if getSetup failed.
The text was updated successfully, but these errors were encountered: