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

Problem: "Event loop stopped" error log on closing #39

Open
odesenfans opened this issue Jan 25, 2023 · 1 comment
Open

Problem: "Event loop stopped" error log on closing #39

odesenfans opened this issue Jan 25, 2023 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@odesenfans
Copy link
Collaborator

The service logs an error upon closing in the P2P to MQ task. This log is valid if the task fails for any reason but not in case of shutdown.

A solution is to add a notification/cancellation system to tell the task to shut down gracefully.

@odesenfans odesenfans added good first issue Good for newcomers bug Something isn't working labels Jan 25, 2023
@odesenfans
Copy link
Collaborator Author

Changed the log level from error to info, but a cancellation system would be cleaner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant