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

File system issues cause logging library exception and scheduler crash. #124

Open
warownia1 opened this issue May 18, 2023 · 1 comment
Open
Labels

Comments

@warownia1
Copy link
Collaborator

File system failure causes the RotatingFileHandler from the logging library to fail with OSError [Errno 9] when attempting to seek or write to a file. The exception happens internally inside the library but it might be possible to add external safeguards which will protect the scheduler process from crashing.

@warownia1
Copy link
Collaborator Author

ZMQQueueListener, which passes log records to the RotatingFileHandler, runs on a separate thread and should not cause main thread crashes. However, we can't let it fail in the background and cause the input queues to block.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

1 participant