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

#804 at least warning about mismatch between exchange and post_excha… #807

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

petersilva
Copy link
Contributor

Add a message:


           if px != self.o.exchange:
                logger.warning( f"post_exchange: {px} is different from exchange: {self.o.exchange}. The settings need for multiple instances to share a poll." )
            else:
                logger.info( f"Good! post_exchange: {px} and exchange: {self.o.exchange} match so multiple instances to share a poll." )

either an info priority message congratulating for matching settings, or a warning bleat if they don't. Give the analyst a clue that something is wrong.

@petersilva petersilva merged commit 24a9c7d into development Nov 6, 2023
21 of 27 checks passed
@petersilva petersilva deleted the issue804 branch November 6, 2023 15:27
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.

in a poll, post_exchange and exchange should match... should we complain if they don't.
1 participant