-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Make notify based trigger the default #1566
Comments
Before we do make that trigger the default, we need to make sure it works well with a LOT of files.
cc @balopat |
What's the progress looking like on this? Anything we can do to help? |
@dgageot was working on an xgo based cross compilation in #2006 - if that works out we can have A reproducible load testing suite would be nice to create for this, one that we could just kick off manually (maybe at one point automatically) - it would create a LOT (trademark @dgageot) of files, run the watcher on it with just recording the event history, and would run a separate go routine changing files randomly If we could run this on different file counts and file change frequencies, we could start to use it to
|
So here's a recap of the situation:
I believe we should be able to switch to using the notify trigger as the default for the next release. |
I've also been using it intermittently just to see if it behaves differently and I don't notice any difference. I'm a +1 on switching it for the next release. |
Fixes GoogleContainerTools#1566 Signed-off-by: David Gageot <david@gageot.net>
I'm down, let's do it! |
'notify' not working for Docker Desktop for Mac |
Hi @yolkov! Do you have more details to share? I use Docker Desktop for Mac and it works well for me. |
And nothing then I modify files |
'notify' work only for rebuild docker image and ignore for sync: manual: |
I seem to also be having some inotify event misses... |
@mecampbellsoup Please open a new issue with your skaffold.yaml and skaffold logs. |
We should try to make the
notify
trigger the default and if it fails fallback onpolling
For eg, places where it could fail:
That would provide the best performance but with a bit of a safety net.
The text was updated successfully, but these errors were encountered: