-
Notifications
You must be signed in to change notification settings - Fork 563
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
Docker Events Any Loss possible ? #859
Comments
Funny enough i'm also doing something like this :
Somehow it only return my own containers though the docker daemon should have two... if i dun the docker ps with the same filter it gives me two entries not 1 Not too sure if it might be a docker bug itself? or something else with listening at events.. |
I've updated the code to use AddListenerWithOptions and to only filter events that is of type container with events of start,stop,kill, .... so this way it doesnt get into the 1000 lines limits... who knows :/ |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Hey @FLavalliere, apologies for neglecting this issue. To be honest, I don't know if it's possible or not to lose events. Can you reproduce the issue you were seeing using just the docker cli, or provide a reproducible code snippet that I could use to try and test? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Hello,
I've using another project called 'registrator'. I've created my own version out of if with some more features.
Somehow it seems i might not receive all events from the docker deamon. Would you know any resaons ?
The text was updated successfully, but these errors were encountered: