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

Use fsnotify instead of watcher #1508

Open
sirenkovladd opened this issue Feb 14, 2024 · 2 comments
Open

Use fsnotify instead of watcher #1508

sirenkovladd opened this issue Feb 14, 2024 · 2 comments
Labels
area: watcher Changes related to the Taskfile watcher. type: feature A new feature or functionality.

Comments

@sirenkovladd
Copy link

I have more than 700 files in my project and that's a lot of files to recheck for update (timestamp or hash)

fsnotify should be faster and use less CPU than watcher

@task-bot task-bot added the state: needs triage Waiting to be triaged by a maintainer. label Feb 14, 2024
@pd93 pd93 added type: feature A new feature or functionality. area: watcher Changes related to the Taskfile watcher. and removed state: needs triage Waiting to be triaged by a maintainer. labels Feb 14, 2024
@pd93
Copy link
Member

pd93 commented Feb 14, 2024

Related to #1179

@pdf
Copy link

pdf commented Oct 18, 2024

Specificallyy #1179 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: watcher Changes related to the Taskfile watcher. type: feature A new feature or functionality.
Projects
None yet
Development

No branches or pull requests

4 participants