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

Fine graned control of the file watcher - avoid unnecessary reloads #610

Open
pieroit opened this issue Dec 7, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@pieroit
Copy link
Member

pieroit commented Dec 7, 2023

Currently the watcher makes the cat restart each time any python file changes, so:

  • when a developer changes a file (this is ok)
  • when a plugin is installed / uninstalled (this is not ok)

Also this line excludes reload for files in the test suite. I wanted to exclude the whole test folder, but did not manage to do it.

Solution: take more control of the watcher and activate/deativate only when necessary and only on the necessary folders

@pieroit pieroit added the enhancement New feature or request label Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant