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

Added multiprocess to logger #247

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jmontp
Copy link

@jmontp jmontp commented Jun 28, 2024

This allows us to use pandas dataframe when saving the data without having to worry about the program dying due to a fatal exception and losing the data.

Description

Logging using pandas without dying

Related Issue

Type of Change

  • 📚 Examples / docs / tutorials / dependencies update
  • 🔧 Bug fix (non-breaking change which fixes an issue)
  • 🥂 Improvement (non-breaking change which improves an existing feature)
  • 🚀 New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 🔐 Security fix

Checklist

  • [No] I've read the CODE_OF_CONDUCT.md document.
  • [No ] I've read the CONTRIBUTING.md guide.
  • [No] I've updated the code style using make codestyle.
  • [No] I've written tests for all new methods and classes that I created.
  • [Kinda] I've written the docstring in Google format for all the methods and classes that I used.

This allows us to use pandas dataframe when saving the data without
having to worry about the program dying due to a fatal exception
and losing the data.
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.

None yet

1 participant